← Back to carmenta.com
Carmenta Engine SDK Documentation
×

Drawable.GetNativeRendererInfo Method

Retrieves information necessary to perform custom native rendering.

Thread safety: This method is not thread-safe and it should only be called from the GUI thread. Show

GetNativeRendererInfo()

Retrieves information necessary to perform custom native rendering.

Syntax

C#
public NativeRendererInfo GetNativeRendererInfo ()

Return Value

Type: NativeRendererInfo
Information necessary to perform custom native rendering, or null if custom native rendering is not supported by the drawable.

Remarks

When doing custom native rendering, in a ICustomNativeVisualizer or ICustomNativeSymbol, or in a View.CustomDrawBackground or View.CustomDraw, use this method to retrieve information about the native renderer used by the drawable.

If custom native rendering is not supported, the method returns a null reference.

See Custom Native Rendering for more information.

Platforms

Windows, Linux, Android

See Also

Reference

Drawable Class
Core Module

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept