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





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

Parameters

rect
See Also