SaveAsICO Method (GdPictureImaging)
In This Topic
Saves a GdPicture image as a window icon image format specifying a color to set as transparent.
Overload List
Overload | Description |
SaveAsICO(Int32,String,GdPictureColor) |
Saves a GdPicture image as a window icon image format specifying a color to set as transparent.
|
SaveAsICO(Int32,String) |
Saves a GdPicture image as a window icon image.
|
SaveAsICO(Int32,String,IconSize) |
Saves a GdPicture image as a window icon image.
|
SaveAsICO(Int32,String,GdPictureColor,IconSize) |
Saves a GdPicture image as a window icon image format specifying a color to set as transparent.
|
SaveAsICO(Int32,String,Boolean,GdPictureColor,IconSize) |
Saves a GdPicture image as a window icon image format specifying whether it has a transparent color and the color to set as transparent if so.
|
See Also