ApngImage.SetDefaultImage
ApngImage.SetDefaultImage method
Set the specified raster image as the default image for the current animation effortlessly with this method. Perfect for developers seeking to customize the default image in their animations.
public void SetDefaultImage(RasterImage image)
Parameter | Type | Description |
---|---|---|
image | RasterImage | The image. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | image is null. |
See Also
- class RasterImage
- class ApngImage
- namespace Aspose.Imaging.FileFormats.Apng
- assembly Aspose.Imaging