WebPImage Constructor (RasterImage, LoadOptions) |
Initializes a new instance of the
WebPImage class from rasterImage.
Namespace: Aspose.Imaging.FileFormats.WebpAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic WebPImage(
RasterImage rasterImage,
LoadOptions loadOptions
)
Public Sub New (
rasterImage As RasterImage,
loadOptions As LoadOptions
)
public:
WebPImage(
RasterImage^ rasterImage,
LoadOptions^ loadOptions
)
new :
rasterImage : RasterImage *
loadOptions : LoadOptions -> WebPImage
Parameters
- rasterImage
- Type: Aspose.ImagingRasterImage
The raster image. - loadOptions
- Type: Aspose.ImagingLoadOptions
The load options.
See Also