IVsAtomicTextProvider.DrawAtomGlyph(UInt32, IntPtr, RECT[]) Метод

Определение

Рисует глиф.

public:
 int DrawAtomGlyph(System::UInt32 dwFlags, IntPtr hdc, cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRect);
public int DrawAtomGlyph (uint dwFlags, IntPtr hdc, Microsoft.VisualStudio.OLE.Interop.RECT[] pRect);
abstract member DrawAtomGlyph : uint32 * nativeint * Microsoft.VisualStudio.OLE.Interop.RECT[] -> int
Public Function DrawAtomGlyph (dwFlags As UInteger, hdc As IntPtr, pRect As RECT()) As Integer

Параметры

dwFlags
UInt32

[in] Не используется.

hdc
IntPtr

окне Обработчик текущего контекста устройства.

pRect
RECT[]

окне Указатель на структуру RECT, содержащую глиф.

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Комментарии

Подпись COM

Из textmgr2. IDL:

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

Применяется к