Class CircleSurface

    Definition

    Namespace:
    ElmSharp.Wearable
    Assembly:
    ElmSharp.Wearable.dll

    The CircleSurface presents a surface for drawing the circular feature of circle widgets.

    [Obsolete("This has been deprecated in API12")]
    public class CircleSurface
    Inheritance
    object
    CircleSurface

    Constructors

    View Source

    CircleSurface()

    Creates and initializes a new instance of the CircleSurface class with no surface.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public CircleSurface()
    View Source

    CircleSurface(Conformant)

    Creates and initializes a new instance of the CircleSurface class with a surface on the Conformant widget.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public CircleSurface(Conformant conformant)
    Parameters
    Type Name Description
    Conformant conformant

    The Conformant widget to create a surface.

    View Source

    CircleSurface(Layout)

    Creates and initializes a new instance of the CircleSurface class with a surface on the Layout widget.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public CircleSurface(Layout layout)
    Parameters
    Type Name Description
    Layout layout

    The Layout widget to create a surface.

    View Source

    CircleSurface(Naviframe)

    Creates and initializes a new instance of the CircleSurface class with a surface on the Naviframe widget.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public CircleSurface(Naviframe naviframe)
    Parameters
    Type Name Description
    Naviframe naviframe

    The Naviframe widget to create a surface.

    Properties

    View Source

    Handle

    Gets the handle for CircleSurface.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public IntPtr Handle { get; }
    Property Value
    Type Description
    System.IntPtr

    Methods

    View Source

    Delete()

    Deletes the given CircleSurface.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public void Delete()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX