Intersect Method (C1Rect)
In This Topic
Finds the intersection of the rectangle represented by the C1Rect and the rectangle represented by the specified C1Rect, and stores the result as the current C1Rect.
Syntax
'Declaration
Public Sub Intersect( _
ByVal As C1Rect _
)
public void Intersect(
C1Rect
)
Parameters
- rect
- The rectangle to intersect with the current rectangle.
See Also