In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF~HasIntersection / HasIntersection(GdPictureRectangleF) Method

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

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF
GdPictureRectangleF Members
Overload List