ActiveReports 9
Intersect Method (RectangleFEx)

The first rectangle.
The second rectangle.
Gets the intersection rectangle.
Syntax
'Declaration
 
Public Shared Function Intersect( _
   ByVal rect1 As RectangleFEx, _
   ByVal rect2 As RectangleFEx _
) As RectangleFEx
public static RectangleFEx Intersect( 
   RectangleFEx rect1,
   RectangleFEx rect2
)

Parameters

rect1
The first rectangle.
rect2
The second rectangle.

Return Value

The rectangle which represents intersection of provided rectangles.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RectangleFEx Structure
RectangleFEx Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum