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

In This Topic
    RenderArc Constructor
    In This Topic
    Overload List
    OverloadDescription
    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.  
    Initializes a new instance of the RenderArc class, assigning the width, height, and start and sweep angles of the arc. The location of the arc's ellipse is set to the location of the current RenderPie.  
    Initializes a new instance of the RenderArc class, assigning the width, height, start and sweep angles of the arc, and the LineDef used to draw the arc. The location of the arc's ellipse is set to the location of the current RenderPie.  
    Initializes a new instance of the RenderArc class, assigning the width, height, start and sweep angles of the arc, the LineDef used to draw the arc, and the color used to fill the segment formed by the arc and a line connecting its ends. The location of the arc's ellipse is set to the location of the current RenderPie.  
    Initializes a new instance of the RenderArc class, assigning the width, height, start and sweep angles of the arc, the LineDef used to draw the arc, and the brush used to fill the segment formed by the arc and a line connecting its ends. The location of the arc's ellipse is set to the location of the current RenderPie.  
    Initializes a new instance of the RenderArc class, assigning the location, size, and start and sweep angles of the arc.  
    Initializes a new instance of the RenderArc class, assigning the location, size, and start and sweep angles of the arc, and the LineDef used to draw the arc.  
    Initializes a new instance of the RenderArc class, assigning the location, size, and start and sweep angles of the arc, the LineDef used to draw the arc, and the color used to fill the segment formed by the arc and a line connecting its ends.  
    Initializes a new instance of the RenderArc class, assigning the location, size, and start and sweep angles of the arc, the LineDef used to draw the arc, and the brush used to fill the segment formed by the arc and a line connecting its ends.  
    See Also