VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class / RotateAtPrepend(Double,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    RotateAtPrepend(Double,Double,Double) Method (AffineMatrix)
    In This Topic
    Prepends a rotation of the specified angle at the specified point to this AffineMatrix.
    Syntax
    'Declaration
    
    Public Sub RotateAtPrepend( _
    ByVal angle
    The rotation angle, in degrees.
    As Double, _
    ByVal centerX
    The x-coordinate of the rotation center.
    As Double, _
    ByVal centerY
    The y-coordinate of the rotation center.
    As Double _
    )
    public void RotateAtPrepend(
    double angle,
    double centerX,
    double centerY
    )
    public: void RotateAtPrepend(
    double angle,
    double centerX,
    double centerY
    )
    public:
    void RotateAtPrepend(
    double angle,
    double centerX,
    double centerY
    )

    Parameters

    angle
    The rotation angle, in degrees.
    centerX
    The x-coordinate of the rotation center.
    centerY
    The y-coordinate of the rotation center.
    Requirements

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

    See Also