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

Stencil 효과 구성 또는 설정.기본적으로 Stencil 효과가 적용되지 않습니다.

public StencilConfiguration Stencil { get; set; }

부동산 가치

StencilConfiguration

 한국어