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

In This Topic
    depthFuncType Enumeration
    In This Topic
    The depth test function.
    Syntax
    'Declaration
     
    Public Enum depthFuncType 
       Inherits System.Enum
    public enum depthFuncType : System.Enum 
    Members
    MemberDescription
    Always 
    Equal 
    Greater 
    Less 
    LessEqual 
    Never 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.depthFuncType

    See Also