Graphics Constructor
Initializes a new instance of the Graphics class.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public Graphics(
	Image sourceImage
)

Parameters

sourceImage
Type: Aspose.PSDImage
The source image.
See Also