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