GdPictureRectangleF Constructor(Single,Single,Single,Single)
In This Topic
Syntax
'Declaration
Public Function New( _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single _
)
public GdPictureRectangleF(
float ,
float ,
float ,
float
)
public GdPictureRectangleF(
: Single;
: Single;
: Single;
: Single
);
public function GdPictureRectangleF(
: float,
: float,
: float,
: float
);
public: GdPictureRectangleF(
float ,
float ,
float ,
float
)
public:
GdPictureRectangleF(
float ,
float ,
float ,
float
)
Parameters
- Left
- Top
- Right
- Bottom
See Also