Creates a System.Drawing.Drawing2D.GraphicsPath from this clipping path using the destination width and height.
Namespace:
Aurigma.GraphicsMill.Codecs.ClippingPath
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public GraphicsPath CreateGraphicsPath( int width, int height )
Type: System.Int32
The destination width.Type: System.Int32
The destination height.