StencilType Enum

StencilType enumeration

The StencilType enum defines stencil types.

public enum StencilType

Values

NameValueDescription
None0The stencil effect will not be applied.
MonoColor1Only one color is used for rendering stencil lines.
Auto2The colors for rendering stencil lines detects automatically.

See Also