GdPicture.NET.14.API
GdPicture14.Imaging Namespace / GdPictureRectangleF Class / GdPictureRectangleF Constructor / GdPictureRectangleF Constructor(Single,Single,Single,Single)





In This Topic
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