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, PointF point )
Type: System.Single
The angle of the rotation (in degrees).Type: System.Drawing.PointF
The center of the rotation.The clockwise rotation is applied. Use negative angle value to rotate counter-clockwise.