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





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

Parameters

rect
See Also