Creates a new Graphics object wrapping the supplied image.
Syntax

[C#]

static Graphics FromImage(Image image);

[Visual Basic]

Shared Function FromImage(image As Image) As Graphics
Params
Name Description
image The Image to be wrapped.
return The Graphics context.
Notes

None.

Example

None.