Class ImageVectorizerConfiguration

Class ImageVectorizerConfiguration

名称: Aspose.Svg.ImageVectorization 会議: Aspose.SVG.dll (25.5.0)

Aspose.Svg.ImageVectorization.ImagevectorizerConfiguration クラスは、画像ベクトリズムの方法とオプションの構成を定義します。設定は ImageVectorizer を開始するために使用され、設定オプションを提供します。ベクトリズム画像

[ComVisible(true)]
public class ImageVectorizerConfiguration

Inheritance

object ImageVectorizerConfiguration

相続人

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

Constructors

ImageVectorizerConfiguration()

Aspose.Svg.ImageVectorization.ImagevectorizerConfiguration クラスの新しい例を開始します。

public ImageVectorizerConfiguration()

Properties

BackgroundColor

背景の色を得たり設定したりします。デフォルト値は透明白です。

public Color BackgroundColor { get; set; }

不動産価値

Color

ColorsLimit

画像を量化するために使用される色の最大数を取得または設定します。デフォルト値は25です。

public int ColorsLimit { get; set; }

不動産価値

int

ImageSizeLimit

最大サイズの画像を取得または設定し、複数画像の幅と高さによって決定します。画像のサイズは、この特性に基づいてスケールされます。デフォルト値は1800000です。

public int ImageSizeLimit { get; set; }

不動産価値

int

LineWidth

このパラメーターの値はグラフィックスケールによって影響されます。デフォルト値は1です。

public float LineWidth { get; set; }

不動産価値

float

PathBuilder

SVGコースセグメントの構築者を取得または設定します。

public IPathBuilder PathBuilder { get; set; }

不動産価値

IPathBuilder

Stencil

ステンシル効果の設定または設定デフォルトでは、ステンシル効果は適用されません。

public StencilConfiguration Stencil { get; set; }

不動産価値

StencilConfiguration

 日本語