Bitmap for WPF
StencilOperation 列挙体

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct3D11 名前空間 : StencilOperation 列挙体
D3D11_STENCIL_OP
シンタックス
'宣言
 
Public Enum StencilOperation 
   Inherits System.Enum
public enum StencilOperation : System.Enum 
メンバ
メンバ解説
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
継承階層

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

参照

C1.Util.DX.Direct3D11 名前空間