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

GdPictureRectangleF Constructor(Single,Single,Single,Single)

In This Topic
Syntax
'Declaration

 

Public Function New( _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Right As Single, _

   ByVal Bottom As Single _

)
public GdPictureRectangleF( 

   float Left,

   float Top,

   float Right,

   float Bottom

)
public GdPictureRectangleF( 

    Left: Single;

    Top: Single;

    Right: Single;

    Bottom: Single

); 
public function GdPictureRectangleF( 

   Left : float,

   Top : float,

   Right : float,

   Bottom : float

);
public: GdPictureRectangleF( 

   float Left,

   float Top,

   float Right,

   float Bottom

)
public:

GdPictureRectangleF( 

   float Left,

   float Top,

   float Right,

   float Bottom

)

Parameters

Left
Top
Right
Bottom
See Also

Reference

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