'Declaration
Public Overloads Function AddMargins( _ ByVal left As Integer, _ ByVal top As Integer, _ ByVal right As Integer, _ ByVal bottom As Integer _ ) As GdPictureRectangle
public GdPictureRectangle AddMargins( int left, int top, int right, int bottom )
public function AddMargins( left: Integer; top: Integer; right: Integer; bottom: Integer ): GdPictureRectangle;
public function AddMargins( left : int, top : int, right : int, bottom : int ) : GdPictureRectangle;
public: GdPictureRectangle* AddMargins( int left, int top, int right, int bottom )
public: GdPictureRectangle^ AddMargins( int left, int top, int right, int bottom )
Parameters
- left
- top
- right
- bottom