CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Sets a clip rectangle for subsequent paint commands. If clipRectangle is empty,
no clipping will occur.
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
void SetClip( Rectangle clipRectangle ) |
| Visual Basic |
|---|
Sub SetClip ( _ clipRectangle As Rectangle _ ) |
| Visual C++ |
|---|
void SetClip( Rectangle clipRectangle ) |
Parameters
- clipRectangle
- Type: System.Drawing..::..Rectangle
Rectangle to use for clipping