In This Topic
Returns a rectangle that represents the intersection of two rectangles.
Syntax
'Declaration
Public Shared Function Intersect( _
ByVal As RectL, _
ByVal As RectL _
) As RectL
public static RectL Intersect(
RectL ,
RectL
)
Parameters
- a
- b
See Also