Font.DeviceContext Property (Microsoft.DirectX.Direct3D)
Returns a handle to a display device context (DC) that includes the font set.
Visual Basic Public ReadOnly Property DeviceContext As IntPtr C# public IntPtr DeviceContext { get; }
C++ public:
property IntPtrDeviceContext {
IntPtrget();
}JScript public function get DeviceContext() : IntPtr
System.IntPtr
This property is read-only.
Handle to a display DC.
Show:
