Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / rasterizerClockWiseType Enumeration

In This Topic
    rasterizerClockWiseType Enumeration
    In This Topic
    The rasterizer clockwise type.
    Syntax
    'Declaration
     
    Public Enum rasterizerClockWiseType 
       Inherits System.Enum
    public enum rasterizerClockWiseType : System.Enum 
    Members
    MemberDescription
    CCW ClockWise
    CW Counter clockwise
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.rasterizerClockWiseType

    See Also