IVsAtomicTextProvider::DrawAtomGlyph Method (UInt32, IntPtr, array<RECT>^)

 

Draws the glyph.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

int DrawAtomGlyph(
	unsigned int dwFlags,
	IntPtr hdc,
	array<RECT>^ pRect
)

Parameters

dwFlags
Type: System::UInt32

[in] Unused.

hdc
Type: System::IntPtr

[in] Handle for current device context.

pRect
Type: array<Microsoft.VisualStudio.OLE.Interop::RECT>^

[in] Pointer to the RECT structure which contains the glyph.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From textmgr2.idl:

HRESULT IVsAtomicTextProvider::DrawAtomGlyph(
   [in] DWORD dwFlags,
   [in] HDC hdc,
   [in] RECT *pRect
);
Return to top
Show: