Group: GDI+ ImageAttributes - Library: gdiplus
GpStatus WINGDIPAPI GdipCreateImageAttributes(
GpImageAttributes **imageattr)
DECLARE INTEGER GdipCreateImageAttributes IN gdiplus;
INTEGER @imageattr
imageattr [out] Handle to the ImageAttributes object.
Returns GpStatus value, 0 means success.
An ImageAttributes object contains information about how bitmap and metafile colors are manipulated during rendering.
When no longer needed the ImageAttributes object must be deleted by calling the GdipDisposeImageAttributes function.