ApngImage.SetDefaultImage

ApngImage.SetDefaultImage method

Sets the “default image” taht is displayed by decoders that do not support APNG. ApngImage class uses first element of Pages as the default (main) page.

public void SetDefaultImage(RasterImage image)
ParameterTypeDescription
imageRasterImageThe image.

Exceptions

exceptioncondition
ArgumentNullExceptionimage is null.

See Also