ComponentOne Bitmap for WPF
IntersectFast Method (RectF)

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

Parameters

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

Reference

RectF Structure
RectF Members