In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle~AddMargins / AddMargins(Int32,Int32,Int32,Int32) Method

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

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle
GdPictureRectangle Members
Overload List