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

CreateRectBySize Method

In This Topic
Syntax
'Declaration

 

Public Shared Function CreateRectBySize( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single _

) As GdPictureRectangleF
public static GdPictureRectangleF CreateRectBySize( 

   float Left,

   float Top,

   float Width,

   float Height

)
public function CreateRectBySize( 

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single

): GdPictureRectangleF; static; 
public static function CreateRectBySize( 

   Left : float,

   Top : float,

   Width : float,

   Height : float

) : GdPictureRectangleF;
public: static GdPictureRectangleF* CreateRectBySize( 

   float Left,

   float Top,

   float Width,

   float Height

) 
public:

static GdPictureRectangleF^ CreateRectBySize( 

   float Left,

   float Top,

   float Width,

   float Height

) 

Parameters

Left
Top
Width
Height
See Also

Reference

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