eTSRStencilOp Enumeration
Syntax
public enum eTSRStencilOp : System.Enum 
Members
MemberDescription
TSR_STENCIL_OP_DECR 
TSR_STENCIL_OP_DECR_SAT 
TSR_STENCIL_OP_INCR 
TSR_STENCIL_OP_INCR_SAT 
TSR_STENCIL_OP_INVERT 
TSR_STENCIL_OP_KEEP 
TSR_STENCIL_OP_REPLACE 
TSR_STENCIL_OP_ZERO 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Charting3D.Interop.eTSRStencilOp

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also