Show / Hide Table of Contents

    Class Rectangle

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    The Rectangle is a class that is used to draw a solid colored rectangle.

    public class Rectangle : EvasObject
    Inheritance
    Object
    EvasObject
    Rectangle

    Constructors

    View Source

    Rectangle(EvasObject)

    Creates and initializes a new instance of the Rectangle class.

    Declaration
    public Rectangle(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent

    The EvasObject to which the new slider will be attached as a child.

    API Level: preview

    Methods

    View Source

    CreateHandle(EvasObject)

    Creates a widget handle.

    Declaration
    protected override IntPtr CreateHandle(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent

    Parent EvasObject.

    Returns
    Type Description
    IntPtr

    Handle IntPtr.

    Overrides
    EvasObject.CreateHandle(EvasObject)
    API Level: preview

    Extension Methods

    RotaryEventExtensions.AddRotaryEventHandler(EvasObject, RotaryEventHandler)
    RotaryEventExtensions.RemoveRotaryEventHandler(EvasObject, RotaryEventHandler)
    RotaryEventExtensions.Activate(EvasObject)
    RotaryEventExtensions.Deactivate(EvasObject)
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX