'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