ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / StencilOperation Enumeration

In This Topic
    StencilOperation Enumeration
    In This Topic
    D3D11_STENCIL_OP
    Syntax
    'Declaration
     
    Public Enum StencilOperation 
       Inherits System.Enum
    public enum StencilOperation : System.Enum 
    Members
    MemberDescription
    DecrementD3D11_STENCIL_OP_DECR
    DecrementAndClampD3D11_STENCIL_OP_DECR_SAT
    IncrementD3D11_STENCIL_OP_INCR
    IncrementAndClampD3D11_STENCIL_OP_INCR_SAT
    InvertD3D11_STENCIL_OP_INVERT
    KeepD3D11_STENCIL_OP_KEEP
    ReplaceD3D11_STENCIL_OP_REPLACE
    ZeroD3D11_STENCIL_OP_ZERO
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.DX.Direct3D11.StencilOperation

    See Also