CADability dotNET Namespace: CADability.Curve2D
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public Border MakeBorder( out bool reversed ) |
| Visual Basic |
|---|
Public Function MakeBorder ( _ <OutAttribute> ByRef reversed As Boolean _ ) As Border |
| Visual C++ |
|---|
public: Border^ MakeBorder( [OutAttribute] bool% reversed ) |
Parameters
- reversed
- Type: System..::..Boolean%