GdPicture.NET.14.API
GdPicture14.Imaging Namespace / GdPictureRectangle Class / HorizontallyIntersect Method





In This Topic
HorizontallyIntersect Method (GdPictureRectangle)
In This Topic
Syntax
'Declaration
 
Public Function HorizontallyIntersect( _
   ByVal rect As GdPictureRectangle _
) As GdPictureRectangle
public GdPictureRectangle HorizontallyIntersect( 
   GdPictureRectangle rect
)
public function HorizontallyIntersect( 
    rect: GdPictureRectangle
): GdPictureRectangle; 
public function HorizontallyIntersect( 
   rect : GdPictureRectangle
) : GdPictureRectangle;
public: GdPictureRectangle* HorizontallyIntersect( 
   GdPictureRectangle* rect
) 
public:
GdPictureRectangle^ HorizontallyIntersect( 
   GdPictureRectangle^ rect
) 

Parameters

rect
See Also