In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle~HasIntersection / HasIntersection(IEnumerable<GdPictureRectangle>) Method

HasIntersection(IEnumerable<GdPictureRectangle>) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Function HasIntersection( _

   ByVal rects As IEnumerable(Of GdPictureRectangle) _

) As Boolean
public bool HasIntersection( 

   IEnumerable<GdPictureRectangle> rects

)
public function HasIntersection( 

    rects: IEnumerable

): Boolean; 
public function HasIntersection( 

   rects : IEnumerable

) : boolean;
public: bool HasIntersection( 

   IEnumerable<GdPictureRectangle*>* rects

) 
public:

bool HasIntersection( 

   IEnumerable<GdPictureRectangle^>^ rects

) 

Parameters

rects
See Also

Reference

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