In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle / CreateRectBySize Method

CreateRectBySize Method (GdPictureRectangle)

In This Topic
Syntax
'Declaration

 

Public Shared Function CreateRectBySize( _

   ByVal Left As Integer, _

   ByVal Top As Integer, _

   ByVal Width As Integer, _

   ByVal Height As Integer _

) As GdPictureRectangle
public static GdPictureRectangle CreateRectBySize( 

   int Left,

   int Top,

   int Width,

   int Height

)
public function CreateRectBySize( 

    Left: Integer;

    Top: Integer;

    Width: Integer;

    Height: Integer

): GdPictureRectangle; static; 
public static function CreateRectBySize( 

   Left : int,

   Top : int,

   Width : int,

   Height : int

) : GdPictureRectangle;
public: static GdPictureRectangle* CreateRectBySize( 

   int Left,

   int Top,

   int Width,

   int Height

) 
public:

static GdPictureRectangle^ CreateRectBySize( 

   int Left,

   int Top,

   int Width,

   int Height

) 

Parameters

Left
Top
Width
Height
See Also

Reference

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