Поделиться через


IVsAtomicTextProvider.DrawAtomGlyph - метод

Рисует глиф.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.8.0 (в Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Синтаксис

'Декларация
Function DrawAtomGlyph ( _
    dwFlags As UInteger, _
    hdc As IntPtr, _
    pRect As RECT() _
) As Integer
int DrawAtomGlyph(
    uint dwFlags,
    IntPtr hdc,
    RECT[] pRect
)
int DrawAtomGlyph(
    [InAttribute] unsigned int dwFlags, 
    [InAttribute] IntPtr hdc, 
    [InAttribute] array<RECT>^ pRect
)
abstract DrawAtomGlyph : 
        dwFlags:uint32 * 
        hdc:IntPtr * 
        pRect:RECT[] -> int
function DrawAtomGlyph(
    dwFlags : uint, 
    hdc : IntPtr, 
    pRect : RECT[]
) : int

Параметры

  • dwFlags
    Тип: UInt32

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

  • hdc
    Тип: IntPtr

    [in]

  • pRect
    Тип: array<RECT[]

    [in]

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

Тип: Int32
Если метод завершается успешно, возвращается S_OK.Если происходит сбой, возвращается код ошибки.

Заметки

Модель COM подписи

Из textmgr2.idl:

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

Безопасность платформы .NET Framework

См. также

Ссылки

IVsAtomicTextProvider Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен