Class LinePrimitive
PDF line primitive as a part of path
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Media.PDF.Elements
Assembly: Azos.Media.dll
Syntax
public class LinePrimitive : PathPrimitive, IPdfWritable
Constructors
LinePrimitive()
Declaration
public LinePrimitive()
LinePrimitive(Single, Single)
Declaration
public LinePrimitive(float endX, float endY)
Parameters
Type | Name | Description |
---|---|---|
System.Single | endX | |
System.Single | endY |
Properties
EndX
Line's end X coordinate
Declaration
public float EndX { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
EndY
Line's end Y coordinate
Declaration
public float EndY { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
ToPdfString()
Returns PDF string representation on the line primitive
Declaration
public override string ToPdfString()
Returns
Type | Description |
---|---|
System.String |