Class StencilConfiguration
Class StencilConfiguration
Namespace: Aspose.Svg.ImageVectorization
Assembly: Aspose.SVG.dll (25.5.0)
The Aspose.Svg.ImageVectorization.StencilConfiguration class defines a configuration of stencil effect options.
[ComVisible(true)]
public class StencilConfiguration
Inheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
StencilConfiguration()
Initializes a new instance of the Aspose.Svg.ImageVectorization.StencilConfiguration class.
public StencilConfiguration()
Properties
Color
Gets or sets the color for rendering stencil lines for the MonoColor type.
public Color Color { get; set; }
Property Value
Type
Gets or sets the Aspose.Svg.ImageVectorization.StencilType.
public StencilType Type { get; set; }