SvgImage Constructor (Int32, Int32) |
Initializes a new instance of the
SvgImage class.
Namespace: Aspose.Imaging.FileFormats.SvgAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic SvgImage(
int width,
int height
)
Public Sub New (
width As Integer,
height As Integer
)
public:
SvgImage(
int width,
int height
)
new :
width : int *
height : int -> SvgImage
Parameters
- width
- Type: SystemInt32
The image width. - height
- Type: SystemInt32
The image height.
See Also