Constructors
Constructor | Overloaded Initializes a new instance of the Circle class. |
Public Methods
Draw | Overridden. Draws the circle 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
Apply | Gets or sets the Apply enumeration that specifies how color is applied to the circle. |
BorderColor | Gets or sets the Color object to use for the border of the circle. |
BorderStyle | Gets or sets the LineStyle object that represents the border style of the circle. |
BorderWidth | Gets or sets the border width of the circle. |
FillColor | Gets or sets the Color object to use for the fill of the circle. |
ID (inherited from PageElement) | Gets or sets the ID of the page element. |
RadiusX | Gets or sets the horizontal radius of the circle. |
RadiusY | Gets or sets the vertical radius of the circle. |
RequiredLicenseLevel (inherited from PageElement) | Gets the required license level of the page element. |
X | Gets or sets the X coordinate of the circle. |
Y | Gets or sets the Y coordinate of the circle. |
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
Circle Class | ceTe.DynamicPDF.PageElements Namespace




