Version

ScaleLegend Constructor(IntPtr,JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.
Syntax
protected ScaleLegend( 
   IntPtr javaReference,
   Android.Runtime.JniHandleOwnership transfer
)

Parameters

javaReference
An IntPtr containing a Java Native Interface (JNI) object reference.
transfer
A JniHandleOwnership indicating how to handle the javaReference.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also