Path.ToGdiPlusGraphicsPath Method

Converts the path to the GraphicsPath.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public GraphicsPath ToGdiPlusGraphicsPath()

Return Value

The converted path as the GraphicsPath object.

Examples

C#
var path = new Path();
path.MoveTo(10, 10);
path.LineTo(70, 60);

See Also

Reference

Manual