|
Description
Adds a frame to a file or stream specified in a previous call to the GdipSaveImageToFile
or GdipSaveImageToStream functions.
Syntax
GpStatus WINGDIPAPI GdipSaveAddImage(
GpImage *image,
GpImage*
newImage,
GDIPCONST
EncoderParameters* encoderParams
);
PowerBASIC Syntax
DECLARE FUNCTION GdipSaveAddImage ( _
BYVAL pImage AS
DWORD, _
BYVAL newImage
AS DWORD, _
BYREF
encoderParams AS EncoderParameters _
) AS LONG
Parameters
image
[in] Pointer to the Image object.
newImage
[in] Pointer to an Image object that holds the frame to be
added.
encoderParams
[in] Pointer to an EncoderParameters structure that holds
parameters required by the image encoder used by the save-add operation.
|