GdPicture.NET.14
GdPicture14.Imaging Namespace / GdPictureRectangle Class / AddMargins Method / AddMargins(Int32,Int32,Int32,Int32) Method





In This Topic
AddMargins(Int32,Int32,Int32,Int32) Method
In This Topic
Syntax
'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
See Also