AddMargins(Int32,Int32,Int32,Int32) Method
In This Topic
Syntax
'Declaration
Public Overloads Function AddMargins( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As GdPictureRectangle
public GdPictureRectangle AddMargins(
int ,
int ,
int ,
int
)
public function AddMargins(
: Integer;
: Integer;
: Integer;
: Integer
): GdPictureRectangle;
public function AddMargins(
: int,
: int,
: int,
: int
) : GdPictureRectangle;
public: GdPictureRectangle* AddMargins(
int ,
int ,
int ,
int
)
public:
GdPictureRectangle^ AddMargins(
int ,
int ,
int ,
int
)
Parameters
- left
- top
- right
- bottom
See Also