NativeRendererInfo.ContextId Property
Gets a value that uniquely identifies the current context used by the drawable.
Syntax
public System.UInt64 ContextId { get; }
Property Value
A value that uniquely identifies the current context used by the drawable.
Remarks
This property can be used by custom rendering code to detect when the underlying graphics context changes, and reload cached resources such as textures.
Platforms
Windows, Linux, Android