Constructors
Constructor | Overloaded Initializes a new instance of the Line class. |
Public Methods
Draw | Overridden. Draws the line to the given PageWriter object. |
Equals (inherited from Object) | See System.Object |
GetHashCode (inherited from Object) | See System.Object |
GetType (inherited from Object) | See System.Object |
ToString (inherited from Object) | See System.Object |
Public Properties
Cap | Gets or sets the LineCap enumeration used to specify the line cap style of the line. |
Color | Gets or sets the Color object to use for the line. |
ID (inherited from PageElement) | Gets or sets the ID of the page element. |
RequiredLicenseLevel (inherited from PageElement) | Gets the required license level of the page element. |
Style | Gets or sets the LineStyle object to use for the style of the line. |
Width | Gets or sets the width of the line. |
X1 | Gets or sets the X1 coordinate of the line. |
X2 | Gets or sets the X2 coordinate of the line. |
Y1 | Gets or sets the Y1 coordinate of the line. |
Y2 | Gets or sets the Y2 coordinate of the line. |
Protected Methods
Finalize (inherited from Object) | See System.Object |
MemberwiseClone (inherited from Object) | See System.Object |
SetRequiredLicenseLevel (inherited from PageElement) | Sets the license level required by the page element. |
See Also
Line Class | ceTe.DynamicPDF.PageElements Namespace




