NativeRendererInfo Class
Provides information needed to do custom native rendering.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class NativeRendererInfo : EngineObject
Remarks
This class provides information needed to do custom native rendering, in custom native visualizers and symbols, and in View.CustomDrawBackground and View.CustomDraw event handlers. An instance of this class can be retrieved by calling Drawable.GetNativeRendererInfo.
See Custom Native Rendering for more information.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
NativeRendererInfo
Platforms
Windows, Linux, Android
See Also
Reference
Core Module
Drawable.GetNativeRendererInfo
View.CustomDrawBackground
View.CustomDraw
ICustomNativeVisualizer
ICustomNativeSymbol
NativeRendererInfo Members
The NativeRendererInfo type has the following members.
Properties
Name | Description |
---|---|
ContextId | Gets a value that uniquely identifies the current context used by the drawable. |
IsDisposed | Gets a value that tells whether the current NativeRendererInfo has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current NativeRendererInfo represents. Inherited from EngineObject |
NativeRendererType | Gets a value that specifies the actual rendering API used by the drawable. |
ProjectionMatrix | Gets the current projection matrix. |
ViewMatrix | Gets the current view matrix. |
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 |