Creates instance of AmpAnim.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic AmpAnim(
int width,
int height
)
Public Sub New (
width As Integer,
height As Integer
)
public:
AmpAnim(
int width,
int height
)
new :
width : int *
height : int -> AmpAnim
Parameters
- width
- Type: SystemInt32
width of AmpAnim - height
- Type: SystemInt32
height of AmpAnim
See Also