Description
Creates a Graphics object that is associated with an Image
object.
Syntax
GpStatus WINGDIPAPI
GdipGetImageGraphicsContext(
GpImage *image,
GpGraphics
**graphics
);
PowerBASIC Syntax
DECLARE FUNCTION GdipGetImageGraphicsContext (
_
BYVAL pImage AS
DWORD, _
BYREF graphics
AS DWORD _
) AS LONG
Parameters
image
[in] Pointer to an Image object that will be associated with
the new Graphics object.
graphics
[out] Pointer to a vafriable that receives a pointer to the new Graphics
object.
|