ComponentOne Bitmap for UWP
IntersectFast Method (RectL)

C1.UWP.DX Assembly > C1.Util.DX Namespace > RectL Structure : IntersectFast Method
Quickly updates a rectangle to represent the intersection with another rectangle.
Syntax
'Declaration
 
Public Sub IntersectFast( _
   ByRef rect As RectL _
) 
public void IntersectFast( 
   ref RectL rect
)

Parameters

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

Reference

RectL Structure
RectL Members