Class BackgroundView
Initializes a new instance of the BackgroundView class.
Inheritance
System.Object
BackgroundView
Namespace: Syncfusion.SfRadialMenu.iOS
Assembly: Syncfusion.SfRadialMenu.iOS.dll
Syntax
public class BackgroundView : UIView
Constructors
BackgroundView(CGRect, SfRadialMenu)
Initializes a new instance of the BackgroundView class.
Declaration
public BackgroundView(CGRect frame, SfRadialMenu radialMenus)
Parameters
| Type | Name | Description |
|---|---|---|
| CoreGraphics.CGRect | frame | The frame. |
| SfRadialMenu | radialMenus | The radial menu. |
Properties
Frame
The override Frame method.
Declaration
public override CGRect Frame { get; set; }
Property Value
| Type |
|---|
| CoreGraphics.CGRect |
Methods
AddItems()
The Add Items method.
Declaration
public void AddItems()
AddPreviousItems()
The add previous items.
Declaration
public void AddPreviousItems()
Dispose(Boolean)
Dispose the specified disposing.
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | disposing | If set to |
Draw(CGRect)
The Override Draw method.
Declaration
public override void Draw(CGRect rect)
Parameters
| Type | Name | Description |
|---|---|---|
| CoreGraphics.CGRect | rect | The rectangle. |
DrawGraph(CGContext, nfloat, nfloat)
The Draw Graph Method.
Declaration
public void DrawGraph(CGContext graph, nfloat xvalue, nfloat yvalue)
Parameters
| Type | Name | Description |
|---|---|---|
| CoreGraphics.CGContext | graph | The graph value. |
| System.nfloat | xvalue | The x value. |
| System.nfloat | yvalue | The y value. |
HitTest(CGPoint, UIEvent)
The Hit test.
Declaration
public override UIView HitTest(CGPoint point, UIEvent uievent)
Parameters
| Type | Name | Description |
|---|---|---|
| CoreGraphics.CGPoint | point | The point. |
| UIKit.UIEvent | uievent | The u i event. |
Returns
| Type | Description |
|---|---|
| UIKit.UIView | Returns a value. |