Initializes a new instance of the
Graphics class.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic Graphics(
Image sourceImage
)
Public Sub New (
sourceImage As Image
)
public:
Graphics(
Image^ sourceImage
)
new :
sourceImage : Image -> GraphicsParameters
- sourceImage
- Type: Aspose.PSDImage
The source image.
See Also