Class StencilConfiguration

Class StencilConfiguration

Nombre del espacio: Aspose.Svg.ImageVectorization Asamblea: Aspose.SVG.dll (25.5.0)

La clase Aspose.Svg.ImageVectorization.STENCILConfiguration define una configuración de las opciones de efecto stencil.

[ComVisible(true)]
public class StencilConfiguration

Inheritance

object StencilConfiguration

Miembros heredados

object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

StencilConfiguration()

Inicia una nueva instancia de la clase Aspose.Svg.ImageVectorization.STENCILConfiguration.

public StencilConfiguration()

Properties

Color

Obtenga o establece el color para renderar líneas estencil para el tipo MonoColor.

public Color Color { get; set; }

Valor de la propiedad

Color

Type

Obtenga o establece el Aspose.Svg.ImageVectorization.StensilType.

public StencilType Type { get; set; }

Valor de la propiedad

StencilType

 Español