VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ImageViewerBase Class / ImageRotationAngle Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    ImageRotationAngle Свойство (ImageViewerBase)
    В этом разделе
    Возвращает или задает угол поворота изображения в просмотрщике изображений в градусах.
    Синтаксис
    'Declaration
    
    <DesignerSerializationVisibilityAttribute(Visible)>
    <DescriptionAttribute("The rotation angle, in degrees, of image in image viewer.")>
    Public Overridable Property ImageRotationAngle As System.Int32
    
    
    [DesignerSerializationVisibility(Visible)]
    [Description("The rotation angle, in degrees, of image in image viewer.")]
    public virtual System.Int32 ImageRotationAngle { get; set; }
    
    
    [DesignerSerializationVisibility(Visible)]
    [Description("The rotation angle, in degrees, of image in image viewer.")]
    public: __property virtual System.Int32 get_ImageRotationAngle();
    public: __property virtual void set_ImageRotationAngle(
    System.Int32 value
    );
    [DesignerSerializationVisibility(Visible)]
    [Description("The rotation angle, in degrees, of image in image viewer.")]
    public:
    virtual property System.Int32 ImageRotationAngle { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    Допустимые значения: 0, 90, 180, 270. Значение по умолчанию - 0.
    Исключения
    ИсключениеОписание
    Выдавать, если значение неверно.
    Требования

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

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