'DeclarationPublic Overloads Function AddBorderTop( _ ByVal ImageID As Integer, _ ByVal BorderHeight As Integer, _ ByVal BorderColor As GdPictureColor _ ) As GdPictureStatus
public GdPictureStatus AddBorderTop( int ImageID, int BorderHeight, GdPictureColor BorderColor )
public function AddBorderTop( ImageID: Integer; BorderHeight: Integer; BorderColor: GdPictureColor ): GdPictureStatus;
public function AddBorderTop( ImageID : int, BorderHeight : int, BorderColor : GdPictureColor ) : GdPictureStatus;
public: GdPictureStatus AddBorderTop( int ImageID, int BorderHeight, GdPictureColor BorderColor )
public: GdPictureStatus AddBorderTop( int ImageID, int BorderHeight, GdPictureColor BorderColor )
Parameters
- ImageID
 - GdPicture image identifier.
 - BorderHeight
 - The height 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.
            
