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

 عربي