Replaces the current RectangleD structure with the intersection
of itself and another RectangleD.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public void Intersect( RectangleD rect ) |
| Visual Basic |
|---|
Public Sub Intersect ( _ rect As RectangleD _ ) |
Parameters
- rect
- Type: C1.C1Preview..::..RectangleD
The RectangleD to intersect the current one with.