Rotates the path by the given angle.
Namespace:
Aurigma.DesignAtoms.Common.Math
Assembly:
Aurigma.DesignAtoms (in Aurigma.DesignAtoms.dll)
public void RotateAt( double angle, PointF center )
Type: System.Double
The value in degrees by which the path is rotated.Type: Aurigma.DesignAtoms.Common.Math.PointF
The PointF structure that specifies the center of the path.