IntersectRef Method (RectF)
In This Topic
Returns a rectangle that represents the intersection of two rectangles.
Syntax
'Declaration
Public Shared Sub IntersectRef( _
ByRef As RectF, _
ByRef As RectF, _
ByRef As RectF _
)
public static void IntersectRef(
out RectF ,
ref RectF ,
ref RectF
)
Parameters
- result
- a
- b
See Also