PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / PolygonProps Class
Properties Methods


In This Topic
    PolygonProps Class Members
    In This Topic

    The following tables list the members exposed by PolygonProps.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PolygonProps class. The Points property is set to null.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the polygon is closed (i.e. the last point in the Points array is automatically connected to the first one) or not.  
    Public PropertyGets or sets the array of UnitPoint points defining the polygon.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Assigns (copies) properties from another ShapeProps to the current object.  
    Top
    See Also