VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing Namespace / ProcessPathCommand Class / UseAntiAliasing Property
Синтаксис Требования Смотрите также
В этом разделе
    UseAntiAliasing Свойство (ProcessPathCommand)
    В этом разделе
    Возвращает или задает значение, указывающее, использует ли команда рисунок сглаживания.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating whether command uses the antialiasing drawing.")>
    <DefaultValueAttribute(True)>
    Public Property UseAntiAliasing As Boolean
    
    
    [Description("A value indicating whether command uses the antialiasing drawing.")]
    [DefaultValue(True)]
    public bool UseAntiAliasing { get; set; }
    
    
    [Description("A value indicating whether command uses the antialiasing drawing.")]
    [DefaultValue(True)]
    public: __property bool get_UseAntiAliasing();
    public: __property void set_UseAntiAliasing(
    bool value
    );
    [Description("A value indicating whether command uses the antialiasing drawing.")]
    [DefaultValue(True)]
    public:
    property bool UseAntiAliasing { bool get(); void set(bool value); }

    Property Value

    Значение по умолчанию - true.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также