CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Implements AddToGraphicsPath(GraphicsPath, Boolean)
Namespace: CADability.Curve2DAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public void AddToGraphicsPath( GraphicsPath path, bool forward ) |
| Visual Basic |
|---|
Public Sub AddToGraphicsPath ( _ path As GraphicsPath, _ forward As Boolean _ ) |
| Visual C++ |
|---|
public: virtual void AddToGraphicsPath( GraphicsPath^ path, bool forward ) sealed |