Font.DeviceContext Property (Microsoft.DirectX.Direct3D)

Returns a handle to a display device context (DC) that includes the font set.

Definition

Visual Basic Public ReadOnly Property DeviceContext As IntPtrLeave Site
C# public IntPtrLeave Site DeviceContext { get; }
C++ public:
property IntPtrLeave Site DeviceContext {
        IntPtrLeave Site get();
}
JScript public function get DeviceContext() : IntPtrLeave Site

Property Value

System.IntPtr
Handle to a display DC.

This property is read-only.