Graphics.FromImage
Graphics.FromImage method
Creates a new Graphics from the specified Image.
public static Graphics FromImage(Image image)
| Parameter | Type | Description | 
|---|---|---|
| image | Image | Image from which to create the new Graphics. | 
Return Value
A new Graphics for the specified Image.
See Also
- class Image
 - class Graphics
 - namespace Aspose.Drawing
 - assembly Aspose.Drawing.Common