Class WindowPosition

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll

    Represents the window position of the application.

    public class WindowPosition
    Inheritance
    object
    WindowPosition

    Constructors

    View Source

    WindowPosition(int, int, int, int)

    Initializes the instance of the WindowPosition class.

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

    The X position.

    int y

    The Y position.

    int w

    The width.

    int h

    The height.

    Properties

    View Source

    Height

    The height.

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    int
    View Source

    PositionX

    The X position.

    Declaration
    public int PositionX { get; set; }
    Property Value
    Type Description
    int
    View Source

    PositionY

    The Y position.

    Declaration
    public int PositionY { get; set; }
    Property Value
    Type Description
    int
    View Source

    Width

    The width.

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX