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
 

Parameters

left1
top1
right1
bottom1
left2
top2
right2
bottom2
See Also