Snapshot Class
Represents a snapshot of a Drawable.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class Snapshot : EngineObject
Remarks
A Snapshot is a copy of a drawable that you can create by calling Drawable.CreateSnapshot and that is fast to copy back into the drawable through the Drawable.DrawSnapshot method. It is used internally by Carmenta Engine to repaint views when a full update, which implies reading features from all data sets and processing them in all operators, is unnecessary.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
Snapshot
Platforms
Windows, Linux, Android
Snapshot Members
The Snapshot type has the following members.
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current Snapshot has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current Snapshot represents. Inherited from EngineObject |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |