Drawable.SwapBuffers Method
Swaps the front and back buffers of the drawable.
SwapBuffers()
Swaps the front and back buffers of the drawable.Syntax
public void SwapBuffers ()
Remarks
In almost all cases, the Swap property should be set to true, and the drawable will automatically swap the front and back buffers at the end of an update.
The only situation where this method can be useful is if the application calls DrawSnapshot and then wants to do some extra drawing on top of the snapshot. In this case it should set Swap to False, draw the snapshot, do any custom drawing using the other draw methods of the drawable, and finally call SwapBuffers. This technique is used by for instance StandardTool to draw a selection rectangle on top of the map.
This method is not supported for ExternalDrawable or in the implementation of ICustomSymbol or ICustomVisualizer.
Platforms
Windows, Linux, Android