Clears a GdPicture image with a custom color.
public GdPictureStatus ClearImage( int ImageID, Color ClearColor );
Public Function ClearImage( ByVal ImageID As Integer, ByVal ClearColor As Color ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. |
|
ClearColor |
Color Object. You can build a Color Object using the ARGB() function. Color to set as background. |
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.
|