CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Checks whether this shape and the provided rectangle overlap
Namespace: CADability.ShapesAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public bool HitTest( ref BoundingRect Rect ) |
| Visual Basic |
|---|
Public Function HitTest ( _ ByRef Rect As BoundingRect _ ) As Boolean |
| Visual C++ |
|---|
public: bool HitTest( BoundingRect% Rect ) |
Parameters
- Rect
- Type: CADability..::..BoundingRect%