Method FromImage
FromImage(Image)
public static Graphics FromImage(Image image)
Parameters
Returns
Remarks
Use this method to draw on the specified image. You should always call the Dispose() method to release the Graphics and related resources created by the FromImage(Image) method.
Exceptions
- ArgumentNullException
image
is null.