Adds border to the bottom of a GdPicture image.
public GdPictureStatus AddBorderBottom( int ImageID, int BorderHeight, Color BorderColor );
Public Function AddBorderBottom( ByVal ImageID As Integer, ByVal BorderHeight As Integer, ByVal BorderColor As Color ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
BorderHeight |
The width of the border in pixel. |
|
BorderColor |
Color Object. You can build a Color Object using the ARGB() function. Color of the border. |
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.
|