public final class GraphicsPathExtensions extends Object
Contains the GraphicsPath
extension methods.
Constructor and Description |
---|
GraphicsPathExtensions() |
Modifier and Type | Method and Description |
---|---|
static GeneralPath |
toGdiGraphicsPath(GraphicsPath graphicsPath)
Converts the
GraphicsPath to the GeneralPath . |
public static GeneralPath toGdiGraphicsPath(GraphicsPath graphicsPath)
Converts the GraphicsPath
to the GeneralPath
.
graphicsPath
- The graphics path to convert.GeneralPath
.