ThinkGeo.Dependency.SkiaSharp by ThinkGeo

<PackageReference Include="ThinkGeo.Dependency.SkiaSharp" Version="12.3.0" />

.NET API 405,872 bytes

 SKCodecAnimationDisposalMethod

Represents how the next frame in the image is based on the current frame.
Keep = 1

The next frame should be drawn on top of this one.

The area inside this frame's rectangle should be cleared to the background color before drawing the next frame.

The next frame should be drawn on top of the previous frame - i.e. disregarding this one.