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