Search Results for

    Show / Hide Table of Contents

    Interface IWindowProxy

    Definition

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

    Proxy for window

    [Obsolete("This has been deprecated in API14")]
    public interface IWindowProxy : IWindowInfo, IDisposable

    Methods

    View Source

    InitializeWindow(int, int)

    Initialize window

    Declaration
    [Obsolete("This has been deprecated in API14")]
    void InitializeWindow(int width, int height)
    Parameters
    Type Name Description
    int width

    The width of the window

    int height

    The height of the window

    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX