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

In This Topic
    stencilFuncType Enumeration
    In This Topic
    The type of stencil function.
    Syntax
    'Declaration
     
    Public Enum stencilFuncType 
       Inherits System.Enum
    public enum stencilFuncType : System.Enum 
    Members
    MemberDescription
    Always 
    Equal 
    Never 
    NotEqual 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.stencilFuncType

    See Also