Graphics.FromImage

Graphics.FromImage method

Creates a new Graphics from the specified Image.

public static Graphics FromImage(Image image)
ParameterTypeDescription
imageImageImage from which to create the new Graphics.

Return Value

A new Graphics for the specified Image.

See Also