You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Resizing and Rotating > AddBorderTop Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.AddBorderTop Method

Adds border to the top of a GdPicture image.

C#
public GdPictureStatus AddBorderTop(
    int ImageID, 
    int BorderHeight, 
    Color BorderColor
);
Visual Basic
Public Function AddBorderTop(
    ByVal ImageID As Integer, 
    ByVal BorderHeight As Integer, 
    ByVal BorderColor As Color
) As GdPictureStatus
Parameters
Parameters 
Description 
ImageID 
GdPicture Image Identifier.  
BorderHeight 
The height of the border in pixel.  
BorderColor 
Color Object. You can build a Color Object using the ARGB() function. Color of the border.  
Returns

A member of the GdPictureStatus enumeration.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.