Circle overview

Constructors

 ConstructorOverloaded Initializes a new instance of the Circle class.

Public Methods

 DrawOverridden. 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

 ApplyGets or sets the Apply enumeration that specifies how color is applied to the circle.
 BorderColorGets or sets the Color object to use for the border of the circle.
 BorderStyleGets or sets the LineStyle object that represents the border style of the circle.
 BorderWidthGets or sets the border width of the circle.
 FillColorGets 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.
 RadiusXGets or sets the horizontal radius of the circle.
 RadiusYGets or sets the vertical radius of the circle.
 RequiredLicenseLevel (inherited from PageElement)Gets the required license level of the page element.
 XGets or sets the X coordinate of the circle.
 YGets 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