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