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