GraphicsPathExtensions.ToGdiGraphicsPath

GraphicsPathExtensions.ToGdiGraphicsPath method

Converts the GraphicsPath to the GraphicsPath.

public static GraphicsPath ToGdiGraphicsPath(GraphicsPath graphicsPath)
ParameterTypeDescription
graphicsPathGraphicsPathThe graphics path to convert.

Return Value

The converted GraphicsPath.

See Also