AmpImage Constructor

Create instance of AmpImage.

Namespace:  Aspose.Email.Amp
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public AmpImage(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
width of AmpImage
height
Type: SystemInt32
height of AmpImage
See Also