C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / RectD Structure / IntersectFast Method

In This Topic
IntersectFast Method (RectD)
In This Topic
Quickly updates a rectangle to represent the intersection with another rectangle.
Syntax
'Declaration
 
Public Sub IntersectFast( _
   ByRef rect As RectD _
) 
 

Parameters

rect
Remarks
The resulting rectangle may be invalid. Use the HasSpace property to check.
See Also