GdPicture.NET.14.API
GdPicture14.Imaging Namespace / GdPictureRectangle Class / RectIntersect Method / RectIntersect(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method





In This Topic
RectIntersect(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Shared Function RectIntersect( _
   ByVal left1 As Integer, _
   ByVal top1 As Integer, _
   ByVal right1 As Integer, _
   ByVal bottom1 As Integer, _
   ByVal left2 As Integer, _
   ByVal top2 As Integer, _
   ByVal right2 As Integer, _
   ByVal bottom2 As Integer _
) As GdPictureRectangle
public static GdPictureRectangle RectIntersect( 
   int left1,
   int top1,
   int right1,
   int bottom1,
   int left2,
   int top2,
   int right2,
   int bottom2
)
public function RectIntersect( 
    left1: Integer;
    top1: Integer;
    right1: Integer;
    bottom1: Integer;
    left2: Integer;
    top2: Integer;
    right2: Integer;
    bottom2: Integer
): GdPictureRectangle; static; 
public static function RectIntersect( 
   left1 : int,
   top1 : int,
   right1 : int,
   bottom1 : int,
   left2 : int,
   top2 : int,
   right2 : int,
   bottom2 : int
) : GdPictureRectangle;
public: static GdPictureRectangle* RectIntersect( 
   int left1,
   int top1,
   int right1,
   int bottom1,
   int left2,
   int top2,
   int right2,
   int bottom2
) 
public:
static GdPictureRectangle^ RectIntersect( 
   int left1,
   int top1,
   int right1,
   int bottom1,
   int left2,
   int top2,
   int right2,
   int bottom2
) 

Parameters

left1
top1
right1
bottom1
left2
top2
right2
bottom2
See Also