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