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

In This Topic
    stencilOpActionType Enumeration
    In This Topic
    The stencil operation test action.
    Syntax
    'Declaration
     
    Public Enum stencilOpActionType 
       Inherits System.Enum
    public enum stencilOpActionType : System.Enum 
    Members
    MemberDescription
    Decrement Decrements the current stencil buffer value. Clamps to 0.
    Increment Increments the current stencil buffer value. Clamps to the maximum representable unsigned value.
    Invert Increments the stencil buffer value
    Keep Keeps the value in the stencil buffer
    Replace Replaces the stencil buffer entry with the stencil reference value used in the stencil test
    Zero Sets the stencil buffer entry to zero
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Graphics.stencilOpActionType

    See Also