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