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





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

Parameters

rect
See Also