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





In This Topic
HasIntersection(GdPictureRectangle) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function HasIntersection( _
   ByVal rect As GdPictureRectangle _
) As Boolean
public bool HasIntersection( 
   GdPictureRectangle rect
)
public function HasIntersection( 
    rect: GdPictureRectangle
): Boolean; 
public function HasIntersection( 
   rect : GdPictureRectangle
) : boolean;
public: bool HasIntersection( 
   GdPictureRectangle* rect
) 
public:
bool HasIntersection( 
   GdPictureRectangle^ rect
) 

Parameters

rect
See Also