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