HwndTarget(IntPtr) Constructor

Definition

Initializes a new instance of the HwndTarget class, using the specified HWND.

public:
 HwndTarget(IntPtr hwnd);
[System.Security.SecurityCritical]
public HwndTarget (IntPtr hwnd);
public HwndTarget (IntPtr hwnd);
[<System.Security.SecurityCritical>]
new System.Windows.Interop.HwndTarget : nativeint -> System.Windows.Interop.HwndTarget
new System.Windows.Interop.HwndTarget : nativeint -> System.Windows.Interop.HwndTarget
Public Sub New (hwnd As IntPtr)

Parameters

hwnd
IntPtr

nativeint

The handle for the window that this object draws to.

Attributes

Applies to