Class CircleSurface
Definition
- Assembly:
- ElmSharp.Wearable.dll
The CircleSurface presents a surface for drawing the circular feature of circle widgets.
public class CircleSurface
- Inheritance
-
objectCircleSurface
Constructors
View SourceCircleSurface()
Creates and initializes a new instance of the CircleSurface class with no surface.
Declaration
public CircleSurface()
CircleSurface(Conformant)
Creates and initializes a new instance of the CircleSurface class with a surface on the Conformant widget.
Declaration
public CircleSurface(Conformant conformant)
Parameters
Type | Name | Description |
---|---|---|
Conformant | conformant | The Conformant widget to create a surface. |
CircleSurface(Layout)
Creates and initializes a new instance of the CircleSurface class with a surface on the Layout widget.
Declaration
public CircleSurface(Layout layout)
Parameters
Type | Name | Description |
---|---|---|
Layout | layout | The Layout widget to create a surface. |
CircleSurface(Naviframe)
Creates and initializes a new instance of the CircleSurface class with a surface on the Naviframe widget.
Declaration
public CircleSurface(Naviframe naviframe)
Parameters
Type | Name | Description |
---|---|---|
Naviframe | naviframe | The Naviframe widget to create a surface. |
Properties
View SourceHandle
Gets the handle for CircleSurface.
Declaration
public IntPtr Handle { get; }
Property Value
Type | Description |
---|---|
System.IntPtr |
Methods
View SourceDelete()
Deletes the given CircleSurface.
Declaration
public void Delete()