Drawable.CreateSnapshot Method
Creates a bitmap copy of the drawable, a "snapshot".
CreateSnapshot()
Creates a bitmap copy of the drawable, a "snapshot".Syntax
public Snapshot CreateSnapshot ()
Return Value
A snapshot of the drawable.
Remarks
See DrawSnapshot for information on how to draw the created snapshot.
This method is not supported for ExternalDrawable or in the implementation of ICustomSymbol or ICustomVisualizer.
Be aware that some graphics cards and drivers may be very slow in creating a snapshot when using DirectX. Depending on what you are using the snapshot functionality for, it may be better to just let the map render instead of creating a snapshot. You can also try using another renderer.
Platforms
Windows, Linux, Android