VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class / CreateRotationRadians Methods / CreateRotationRadians(Double) Method
Syntax Requirements SeeAlso
In This Topic
    CreateRotationRadians(Double) Method (AffineMatrix)
    In This Topic
    Creates a matrix, which is rotated relative point (0;0).
    Syntax
    'Declaration
    
    Public Overloads Shared Function CreateRotationRadians( _
    ByVal angle
    The rotation angle, measured in radians.
    As Double _
    ) As AffineMatrix
    public static AffineMatrix CreateRotationRadians(
    double angle
    )
    public: static AffineMatrix* CreateRotationRadians(
    double angle
    )
    public:
    static AffineMatrix^ CreateRotationRadians(
    double angle
    )

    Parameters

    angle
    The rotation angle, measured in radians.

    Return Value

    The matrix, which is rotated relative point (0;0).
    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