Drawable.GetNativeRendererInfo Method
Retrieves information necessary to perform custom native rendering.
GetNativeRendererInfo()
Retrieves information necessary to perform custom native rendering.Syntax
public NativeRendererInfo GetNativeRendererInfo ()
Return Value
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