PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderArc Class / Ellipse Property

In This Topic
    Ellipse Property (RenderArc)
    In This Topic
    Gets the RectangleProps object describing the geometric ellipse represented by the current RenderEllipse object. The coordinates of the ellipse are relative to the left top corner of the current RenderEllipse object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Ellipse As RectangleProps
    public RectangleProps Ellipse {get;}
    See Also