![]() |
![]() |
![]() |
Manager.GetAdapterMonitor Method |
Language: |
Returns the handle of the monitor associated with the Microsoft® Direct3D® object.
Visual Basic .NET Public Shared Function GetAdapterMonitor( _
ByVal adapter As Integer _
) As IntPtrC# public static IntPtr GetAdapterMonitor(
int adapter
);Managed C++ public: static IntPtr GetAdapterMonitor(
int adapter
);JScript .NET public static function GetAdapterMonitor(
adapter : int
) : IntPtr;
adapter System.Int32. Ordinal number that denotes the display adapter. AdapterListCollection.Default is always the primary display adapter.
System.IntPtr . Handle of the monitor associated with the Microsoft® Direct3D® object.
The following C# code fragment illustrates how to obtain a handle to the monitor associated with a given device.
[C#]
IntPtr hMonitor; AdapterInformation ai = Manager.Adapters.Default; hMonitor = Manager.GetAdapterMonitor(ai.Adapter);
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center