IVsTextOut Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodVsGetTextExtent(UInt32, Int32, array<UInt16>^, array<SIZE>^)

Gets the extent of text's Hardware Device Context (HDC), number of characters, and outputs a pointer to the length of the pText parameter. Returns a Windows structure that represents the size of the text.

System_CAPS_pubmethodVsTextOut(UInt32, Int32, array<UInt16>^, UInt32, Int32, Int32, array<RECT>^)

Outputs text to a location specified to a Hardware Device Context (HDC).

Return to top
Show: