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





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

Parameters

rect1
rect2
See Also