Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Polygon2D Class
Fields Properties Methods


In This Topic
    Polygon2D Class Members
    In This Topic

    The following tables list the members exposed by Polygon2D.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Field Polygon's bounding rectangle max point  
    Public Field Polygon's bounding rectangle min point.  
    Public Field Polygon's points.  
    Top
    Public Properties
     NameDescription
    Public Property  
    Public Property  
    Public Property Gets Points.Count  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public Method  
    Public MethodOverloaded.  Tests if a 2D point is inside the 2D polygon.  
    Public MethodOverloaded.  Check the status of the subject polygon against the clip one.  
    Public Method  
    Public Method Checks that Min and Max are not null/Nothing and that the polygon is closed.  
    Public Method Checks if the provided 2D point is inside the 2D polygon bounding rectangle.  
    Public Method Checks if the provided 2D point is inside or onto the 2D polygon bounding rectangle.  
    Public Method  
    Public Method  
    Public Method Update/initialize the polygon min and max 2D points.  
    Top
    See Also