In This Topic
GdPicture14.Imaging Namespace / GdPictureRectangle Class / GetHorizontallyIntersected Method

GetHorizontallyIntersected Method (GdPictureRectangle)

In This Topic
Syntax
'Declaration
 
Public Function GetHorizontallyIntersected( _
   ByVal rects As IEnumerable(Of GdPictureRectangle) _
) As List(Of GdPictureRectangle)
public List<GdPictureRectangle> GetHorizontallyIntersected( 
   IEnumerable<GdPictureRectangle> rects
)
public function GetHorizontallyIntersected( 
    rects: IEnumerable
): List; 
public function GetHorizontallyIntersected( 
   rects : IEnumerable
) : List;
public: List<GdPictureRectangle*>* GetHorizontallyIntersected( 
   IEnumerable<GdPictureRectangle*>* rects
) 
public:
List<GdPictureRectangle^>^ GetHorizontallyIntersected( 
   IEnumerable<GdPictureRectangle^>^ rects
) 

Parameters

rects
See Also