CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns true, when this rectangle and the provided rect overlap
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public bool Interferes( ref BoundingRect rect ) |
| Visual Basic |
|---|
Public Function Interferes ( _ ByRef rect As BoundingRect _ ) As Boolean |
| Visual C++ |
|---|
public: bool Interferes( BoundingRect% rect ) |
Parameters
- rect
- Type: CADability..::..BoundingRect%