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)
ParameterTypeDescription
imageRasterImageThe image.

Exceptions

exceptioncondition
ArgumentNullExceptionimage is null.

See Also