Creates a new independent 32-bits PARGB GdPicture Image clone from an existing image.
8 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied, according to the alpha component.
This pixel format provides better performances on Windows applications.
public int CreateClonedGdPictureImage32BppPARGB( int ImageID );
Public Function CreateClonedGdPictureImage32BppPARGB( ByVal ImageID As Integer ) As Integer
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. The image to clone. |
0: The image could not created. Use the GetStat() function to determine the reason this function failed.
Non-zero: GdPicture Image Identifier. The created image.
If the image to clone is a multibitmap image, this function will clone only the selected bitmap and will create a single frame image.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|