Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderArc Class / RenderArc Constructor / RenderArc Constructor()

In This Topic
    RenderArc Constructor()
    In This Topic
    Initializes a new instance of the RenderArc class. The start angle of the arc is set to 0, while the sweep angle is set to 360 degrees, thus making it a complete ellipse. The location and size of the arc's ellipse are set to those of the current RenderArc object.
    Syntax
    'Declaration
     
    Public Function New()
    public RenderArc()
    See Also