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





In This Topic
RectIntersect(GdPictureRectangle,GdPictureRectangle) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Shared Function RectIntersect( _
   ByVal rect1 As GdPictureRectangle, _
   ByVal rect2 As GdPictureRectangle _
) As GdPictureRectangle
public function RectIntersect( 
    rect1: GdPictureRectangle;
    rect2: GdPictureRectangle
): GdPictureRectangle; static; 
public static function RectIntersect( 
   rect1 : GdPictureRectangle,
   rect2 : GdPictureRectangle
) : GdPictureRectangle;

Parameters

rect1
rect2
See Also