VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / AffineMatrix Class / RotateAt(Double,Double,Double) Method
Syntax Requirements SeeAlso
In This Topic
    RotateAt(Double,Double,Double) Method (AffineMatrix)
    In This Topic
    Rotates this AffineMatrix about the specified point.
    Syntax
    'Declaration
    
    Public Sub RotateAt( _
    ByVal angle
    The angle, in degrees, by which to rotate this matrix.
    As Double, _
    ByVal centerX
    The x-coordinate of the point about which to rotate this matrix.
    As Double, _
    ByVal centerY
    The y-coordinate of the point about which to rotate this matrix.
    As Double _
    )
    public void RotateAt(
    double angle,
    double centerX,
    double centerY
    )
    public: void RotateAt(
    double angle,
    double centerX,
    double centerY
    )
    public:
    void RotateAt(
    double angle,
    double centerX,
    double centerY
    )

    Parameters

    angle
    The angle, in degrees, by which to rotate this matrix.
    centerX
    The x-coordinate of the point about which to rotate this matrix.
    centerY
    The y-coordinate of the point about which to rotate this matrix.
    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