C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / RectF Structure / IntersectRef Method

In This Topic
IntersectRef Method (RectF)
In This Topic
Returns a rectangle that represents the intersection of two rectangles.
Syntax
'Declaration
 
Public Shared Sub IntersectRef( _
   ByRef result As RectF, _
   ByRef a As RectF, _
   ByRef b As RectF _
) 
 

Parameters

result
a
b
See Also