Skip to main content

IMacOSTopLevelPlatformHandle Interface

Definition

Assembly:Avalonia.Base
Package:Avalonia
public interface IMacOSTopLevelPlatformHandle

Methods

NameDescription
GetNSViewRetainedNo summary available.
GetNSWindowRetainedNo summary available.

GetNSViewRetained Method

public IntPtr GetNSViewRetained()

Returns

IntPtr

GetNSWindowRetained Method

public IntPtr GetNSWindowRetained()

Returns

IntPtr

Properties

NameDescription
NSViewNo summary available.
NSWindowNo summary available.

NSView Property

public IntPtr NSView { get; set; }

NSWindow Property

public IntPtr NSWindow { get; set; }