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