PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / EllipsePartProps Class / EllipsePartProps Constructor

In This Topic
    EllipsePartProps Constructor
    In This Topic
    Initializes a new instance of the EllipsePartProps class. EllipsePartProps.StartAngle is set to 0, while EllipsePartProps.SweepAngle is set to 360 degrees, thus making this a complete ellipse. The location and size of the ellipse are set to those of the containing object.
    Syntax
    'Declaration
     
    Public Function New()
    public EllipsePartProps()
    See Also