Class ImageVectorizerConfiguration

Class ImageVectorizerConfiguration

ชื่อพื้นที่: Aspose.Svg.ImageVectorization การประชุม: Aspose.SVG.dll (25.5.0)

ประเภท Aspose.Svg.ImageVectorization.ImagevectorizerConfiguration จะกําหนดการกําหนดค่าของวิธีการและตัวเลือกการ vectorization ของภาพการกําหนดค่าจะใช้ในการเริ่มต้น ImageVectorizer และให้ตัวเลือกการตั้งค่าสําหรับรูปภาพแบบ vectorizing

[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.ImagicVektorizerConfiguration

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โดย default ไม่มีการใช้ผล stencil

public StencilConfiguration Stencil { get; set; }

คุณสมบัติมูลค่า

StencilConfiguration

 แบบไทย