VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfImageViewerBase Class / GetImageViewRotationAngle Methods / GetImageViewRotationAngle(VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    GetImageViewRotationAngle(VintasoftImage) Method (WpfImageViewerBase)
    In This Topic
    Returns the rotation angle of image view for specified image in image viewer.
    Syntax
    'Declaration
    
    Public Overloads Function GetImageViewRotationAngle( _
    ByVal image
    An image in image viewer.
    As Vintasoft.Imaging.VintasoftImage _
    ) As System.Int32
    public System.Int32 GetImageViewRotationAngle(
    Vintasoft.Imaging.VintasoftImage image
    )
    public: System.Int32 GetImageViewRotationAngle(
    Vintasoft.Imaging.VintasoftImage* image
    )
    public:
    System.Int32 GetImageViewRotationAngle(
    Vintasoft.Imaging.VintasoftImage^ image
    )

    Parameters

    image
    An image in image viewer.

    Return Value

    An orthogonal rotation angle (0, 90, 190 or 270) of image view.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also