GraphicsPathAddPath Method
|
Add a path to this one.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public void AddPath(
GraphicsPath path
)
Public Sub AddPath (
path As GraphicsPath
)
member AddPath :
path : GraphicsPath -> unit
Parameters
- path
- Type: WebSupergoo.WordGlue4.RenderingGraphicsPath
The path which should be appended to this one.
See Also