In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle~_ctor / GdPictureRectangle Constructor(Int32,Int32,Int32,Int32)

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

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle
GdPictureRectangle Members
Overload List