AttachNativeView(IntPtr) Method

Definition

Assembly PrintingTools.MacOS.dll

Attaches an AppKit view handle that the host should drive. The caller is responsible for creating the view.

public void AttachNativeView(nint viewHandle)

Parameters

viewHandle
IntPtr

The native view pointer, typically an NSView*.