'Declaration Public Overloads Shared Function CreateRotation( _
ByVal angleThe rotation angle, measured in degrees.As Double, _
ByVal centerXThe X coordinate of point, relative to which the matrix must be rotated.As Double, _
ByVal centerYThe Y coordinate of point, relative to which the matrix must be rotated.As Double _
) As AffineMatrix
Parameters
- angle
- The rotation angle, measured in degrees.
- centerX
- The X coordinate of point, relative to which the matrix must be rotated.
- centerY
- The Y coordinate of point, relative to which the matrix must be rotated.
Return Value
The matrix, which is rotated relative the specified point.