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

    Property Value

    True, если сглаживание включено; в противном случае, false.
    Ремарки

    Это свойство используется для цветных и серых изображений.

    Требования

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

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