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

In This Topic
    rasterizerCullFaceType Enumeration
    In This Topic
    The rasterizer cull face type.
    Syntax
    'Declaration
     
    Public Enum rasterizerCullFaceType 
       Inherits System.Enum
    public enum rasterizerCullFaceType : System.Enum 
    Members
    MemberDescription
    Back Culls the back faces
    Front Culls the Front faces
    None No face culling
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.rasterizerCullFaceType

    See Also