[]
        
(Showing Draft Content)

C1.Util.DX.RectL.IntersectFast

IntersectFast Method

IntersectFast(ref RectL)

Quickly updates a rectangle to represent the intersection with another rectangle.

Declaration
public void IntersectFast(ref RectL rect)
Public Sub IntersectFast(ByRef rect As RectL)
Parameters
Type Name Description
RectL rect
Remarks

The resulting rectangle may be invalid. Use the HasSpace property to check.