IntersectFast Method (RectD)
In This Topic
Quickly updates a rectangle to represent the intersection with another rectangle.
Syntax
'Declaration
Public Sub IntersectFast( _
ByVal As RectD _
)
public void IntersectFast(
RectD
)
Parameters
- rect
See Also