HUDForm(IntPtr) Constructor
Initializes a new instance of the
HUDForm class.
Namespace: DevCase.ThirdParty.SharpDXAssembly: DevCase.net48.ThirdParty.SharpDX (in DevCase.net48.ThirdParty.SharpDX.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public HUDForm(
IntPtr hWndTarget
)
Public Sub New (
hWndTarget As IntPtr
)
Dim hWndTarget As IntPtr
Dim instance As New HUDForm(hWndTarget)
public:
HUDForm(
IntPtr hWndTarget
)
new :
hWndTarget : IntPtr -> HUDForm
No code example is currently available or this language may not be supported.
Parameters
- hWndTarget IntPtr
-
A window handle to the target window on which this HUDForm will be overlapped.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
SharpDX