Class BatteryAnimate4
Battery animation 4 class
Inheritance
System.Object
BatteryAnimate4
Namespace: Com.Syncfusion.Sfbusyindicator
Assembly: Syncfusion.SfBusyIndicator.Android.dll
Syntax
public class BatteryAnimate4 : View
Constructors
BatteryAnimate4(Context, IAttributeSet)
Initializes a new instance of the BatteryAnimate4 class.
Declaration
public BatteryAnimate4(Context context, IAttributeSet attrs)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | Context type |
Android.Util.IAttributeSet | attrs | Attribute set |
Methods
OnDraw(Canvas)
On Draw method
Declaration
protected override void OnDraw(Canvas canvas)
Parameters
Type | Name | Description |
---|---|---|
Android.Graphics.Canvas | canvas | Canvas type |