[]
        
(Showing Draft Content)

C1.Util.DX.RectL.IntersectRef

IntersectRef Method

IntersectRef(out RectL, ref RectL, ref RectL)

Returns a rectangle that represents the intersection of two rectangles.

Declaration
public static void IntersectRef(out RectL result, ref RectL a, ref RectL b)
Public Shared Sub IntersectRef(ByRef result As RectL, ByRef a As RectL, ByRef b As RectL)
Parameters
Type Name Description
RectL result
RectL a
RectL b