ClearImage Method (GdPictureImaging)
In This Topic
Paints the whole surface of the specified image, that is represented by its unique image identifier, with the required color.
Overload List
Overload | Description |
ClearImage(Int32,Int32) | Paints the specified image, that is represented by its unique image identifier, with the required color.
The defined color is used to completely paint the image surface. |
ClearImage(Int32,Color) | Paints the specified image, that is represented by its unique image identifier, with the required color.
The defined color is used to completely paint the image surface. |
See Also