Class PointerRenderer
Renders the Pointer in the CircularGauge
Inheritance
System.Object
PointerRenderer
Namespace: Com.Syncfusion.Gauges.SfCircularGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class PointerRenderer : View
Constructors
PointerRenderer(IntPtr, JniHandleOwnership)
Initializes a new instance of the PointerRenderer class .
Declaration
protected PointerRenderer(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | javaReference | to get the javaReference |
| Android.Runtime.JniHandleOwnership | transfer | to get the transfer |
Methods
Dispose(Boolean)
To dispose the objects.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing | To get the disposing. |
OnDraw(Canvas)
To draw the Pointer
Declaration
protected override void OnDraw(Canvas canvas)
Parameters
| Type | Name | Description |
|---|---|---|
| Android.Graphics.Canvas | canvas |