GraphicsPath Constructor (GraphicsPath)
|
Construct a deep copy of an existing
GraphicsPath.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public GraphicsPath(
GraphicsPath clone
)
Public Sub New (
clone As GraphicsPath
)
new :
clone : GraphicsPath -> GraphicsPath
Parameters
- clone
- Type: WebSupergoo.WordGlue4.RenderingGraphicsPath
The path to be cloned.
See Also