CADability dotNET Namespace: CADability.Shapes
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 static Border MakeRectangle( double left, double right, double bottom, double top ) |
| Visual Basic |
|---|
Public Shared Function MakeRectangle ( _ left As Double, _ right As Double, _ bottom As Double, _ top As Double _ ) As Border |
| Visual C++ |
|---|
public: static Border^ MakeRectangle( double left, double right, double bottom, double top ) |
Parameters
- left
- Type: System..::..Double
- right
- Type: System..::..Double
- bottom
- Type: System..::..Double
- top
- Type: System..::..Double