'DeclarationPublic Overloads Function AddBorders( _ ByVal ImageID As Integer, _ ByVal BorderWidth As Integer, _ ByVal BorderColor As GdPictureColor _ ) As GdPictureStatus
public GdPictureStatus AddBorders( int ImageID, int BorderWidth, GdPictureColor BorderColor )
public function AddBorders( ImageID: Integer; BorderWidth: Integer; BorderColor: GdPictureColor ): GdPictureStatus;
public function AddBorders( ImageID : int, BorderWidth : int, BorderColor : GdPictureColor ) : GdPictureStatus;
public: GdPictureStatus AddBorders( int ImageID, int BorderWidth, GdPictureColor BorderColor )
public: GdPictureStatus AddBorders( int ImageID, int BorderWidth, GdPictureColor 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 ARGB() method.
 
Return Value
            A member of the GdPictureStatus enumeration.
            
