Drawable.DrawSnapshot Method
Draws a snapshot created by CreateSnapshot.
DrawSnapshot(Snapshot snapshot, System.Int32 x, System.Int32 y, System.Double scale)
Draws a snapshot created by CreateSnapshot.Syntax
public void DrawSnapshot (
Snapshot snapshot,
System.Int32 x,
System.Int32 y,
System.Double scale
)
Parameters
The snapshot to draw.
The x coordinate in the drawable where the upper left corner of the snapshot will be drawn.
The y coordinate in the drawable where the upper left corner of the snapshot will be drawn.
A scale factor applied to the snapshot. Values less then 1.0 will make the snapshot smaller.
Remarks
This method is used to draw a previously saved snapshot of the drawable. The snapshot must have been created from the same drawable.
Snapshots are used by some of the built-in tools; for instance the bitmap pan and zoom functions of StandardTool are implemented using snapshots.
This method is not supported for ExternalDrawable or in the implementation of ICustomSymbol or ICustomVisualizer.
Platforms
Windows, Linux, Android