Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / polygonStatusType Enumeration

In This Topic
    polygonStatusType Enumeration
    In This Topic
    Polygon status type.
    Syntax
    'Declaration
     
    Public Enum polygonStatusType 
       Inherits System.Enum
    public enum polygonStatusType : System.Enum 
    Members
    MemberDescription
    In The subject polygon is inside the clip one
    On The subject polygon intersects the clip one
    Out The subject polygon is outside the clip one
    Over The clip polygon is inside the subject one
    Example
    Over +--------------+ On | Clip +--+----+ | o-------+--o | | | In | | | | | +----+--+ | | | | +--+----+ | | | | | | +-------+ | | | | o----------o +--------------+ Out +---------+ | | +---------+
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Geometry.polygonStatusType

    See Also