Class CircleSurface
Definition
- Namespace:
- ElmSharp.Wearable
- Assembly:
- ElmSharp.Wearable.dll
- API Level:
- preview
The CircleSurface presents a surface for drawing the circular feature of circle widgets.
C#Copypublic class CircleSurface
- Inheritance
-
System.ObjectCircleSurface
Constructors
View Source
CircleSurface()
Creates and initializes a new instance of the CircleSurface class with no surface.
Declaration
C#Copypublic CircleSurface()
API Level: preview
View Source
CircleSurface(Conformant)
Creates and initializes a new instance of the CircleSurface class with a surface on the Conformant widget.
Declaration
C#Copypublic CircleSurface(Conformant conformant)
Parameters
Type | Name | Description |
---|---|---|
Conformant | conformant | The Conformant widget to create a surface. |
API Level: preview
View Source
CircleSurface(Layout)
Creates and initializes a new instance of the CircleSurface class with a surface on the Layout widget.
Declaration
C#Copypublic CircleSurface(Layout layout)
Parameters
Type | Name | Description |
---|---|---|
Layout | layout | The Layout widget to create a surface. |
API Level: preview
View Source
CircleSurface(Naviframe)
Creates and initializes a new instance of the CircleSurface class with a surface on the Naviframe widget.
Declaration
C#Copypublic CircleSurface(Naviframe naviframe)
Parameters
Type | Name | Description |
---|---|---|
Naviframe | naviframe | The Naviframe widget to create a surface. |
API Level: preview
Properties
Declaration
C#Copypublic IntPtr Handle { get; }
Property Value
Type | Description |
---|---|
System.IntPtr |
API Level: preview
Methods
Declaration
C#Copypublic void Delete()