IVsTextLayerMarker::DrawGlyph Method (IntPtr, array<RECT>^)
Visual Studio 2015
Draws a glyph in the given DC & RECT.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- hdc
-
Type:
System::IntPtr
[in] Device context handle.
- pRect
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::RECT>^
[in] Pointer to RECT.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextLayerMarker::DrawGlyph( [in] HDC hdc, [in] RECT *pRect );
Show: