'Declaration
Public Overloads Function AddBorders( _ ByVal ImageID As Integer, _ ByVal BorderWidth As Integer, _ ByVal BorderColor As Integer _ ) As GdPictureStatus
public GdPictureStatus AddBorders( int ImageID, int BorderWidth, int BorderColor )
public function AddBorders( ImageID: Integer; BorderWidth: Integer; BorderColor: Integer ): GdPictureStatus;
public function AddBorders( ImageID : int, BorderWidth : int, BorderColor : int ) : GdPictureStatus;
public: GdPictureStatus AddBorders( int ImageID, int BorderWidth, int BorderColor )
public: GdPictureStatus AddBorders( int ImageID, int BorderWidth, int BorderColor )
Parameters
- ImageID
- GdPicture image identifier.
- BorderWidth
- The width of the border in pixel.
- BorderColor
- Color of the borders. A suitable color value can be obtained by using the ARGBI() method.
Return Value
A member of the GdPictureStatus enumeration.