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