Returns the affine Matrix of the rotation around the specified point transform.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static Matrix CreateRotate( float angle, float x, float y )
Type: System.Single
The angle of the rotation (in degrees).Type: System.Single
The x-coordinate of the center of the rotation.Type: System.Single
The x-coordinate of the center of the rotation.The clockwise rotation is applied. Use negative angle value to rotate counter-clockwise.