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

In This Topic
    rasterizerPolygonOffsetType Enumeration
    In This Topic
    The rasterizer polygon offset type.
    Syntax
    'Declaration
     
    Public Enum rasterizerPolygonOffsetType 
       Inherits System.Enum
    public enum rasterizerPolygonOffsetType : System.Enum 
    Members
    MemberDescription
    F05_U05 Factor 0.5, units 0.5
    F1_U1 Factor 1, units 1
    F2_U2 Factor 2, units 2
    FMinus05_UMinus1 Factor -0.5, units -1
    FMinus3_UMinus2 Factor -3, units -2
    Off No offset
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.rasterizerPolygonOffsetType

    See Also