Class TizenRegion

    Definition

    Namespace:
    Tizen.NUI.WindowSystem.Shell
    Assembly:
    Tizen.NUI.WindowSystem.dll

    Tizen Window System Shell. This is a basic handle class for others in WsShell. Others class in WsShell using this basic class to use TIzen Window System Shell.

    public class TizenRegion : IDisposable
    Inheritance
    object
    TizenRegion

    Constructors

    View Source

    TizenRegion(TizenShell)

    Creates a new Tizen region object.

    Declaration
    public TizenRegion(TizenShell tzShell)
    Parameters
    Type Name Description
    TizenShell tzShell

    The TzShell instance.

    Methods

    View Source

    Add(int, int, int, int)

    Adds the rectangle to the region.

    Declaration
    public void Add(int x, int y, int w, int h)
    Parameters
    Type Name Description
    int x

    The x coordinate

    int y

    The y coordinate

    int w

    The width

    int h

    The height

    View Source

    Dispose()

    Dispose.

    Declaration
    public void Dispose()
    View Source

    Dispose(DisposeTypes)

    Declaration
    protected virtual void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    View Source

    ~TizenRegion()

    Destructor.

    Declaration
    protected ~TizenRegion()
    View Source

    Subtract(int, int, int, int)

    Substracts the rectangle to the tizen region.

    Declaration
    public void Subtract(int x, int y, int w, int h)
    Parameters
    Type Name Description
    int x

    The x coordinate

    int y

    The y coordinate

    int w

    The width

    int h

    The height

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX