GdPicture.NET.14
GdPicture14.Imaging Namespace / GdPictureRectangle Class / GdPictureRectangle Constructor / GdPictureRectangle Constructor(Int32,Int32,Int32,Int32)





In This Topic
GdPictureRectangle Constructor(Int32,Int32,Int32,Int32)
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal Left As Integer, _
   ByVal Top As Integer, _
   ByVal Right As Integer, _
   ByVal Bottom As Integer _
)
public GdPictureRectangle( 
   int Left,
   int Top,
   int Right,
   int Bottom
)
public GdPictureRectangle( 
    Left: Integer;
    Top: Integer;
    Right: Integer;
    Bottom: Integer
); 
public function GdPictureRectangle( 
   Left : int,
   Top : int,
   Right : int,
   Bottom : int
);
public: GdPictureRectangle( 
   int Left,
   int Top,
   int Right,
   int Bottom
)
public:
GdPictureRectangle( 
   int Left,
   int Top,
   int Right,
   int Bottom
)

Parameters

Left
Top
Right
Bottom
See Also