Condividi tramite


Metodo IVsTextMarkerType.DrawGlyphEx

Disegna un glifo nel margine del widget fornito un contesto dello schermo e un rettangolo di delimitazione.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
Function DrawGlyphEx ( _
    dwFlags As UInteger, _
    hdc As IntPtr, _
    pRect As RECT(), _
    iLineHeight As Integer _
) As Integer
int DrawGlyphEx(
    uint dwFlags,
    IntPtr hdc,
    RECT[] pRect,
    int iLineHeight
)
int DrawGlyphEx(
    [InAttribute] unsigned int dwFlags, 
    [InAttribute] IntPtr hdc, 
    [InAttribute] array<RECT>^ pRect, 
    [InAttribute] int iLineHeight
)
abstract DrawGlyphEx : 
        dwFlags:uint32 * 
        hdc:IntPtr * 
        pRect:RECT[] * 
        iLineHeight:int -> int
function DrawGlyphEx(
    dwFlags : uint, 
    hdc : IntPtr, 
    pRect : RECT[], 
    iLineHeight : int
) : int

Parametri

  • dwFlags
    Tipo: UInt32

    [in] Opzioni per disegnare il glifo nel margine del widget. per un elenco di dwFlags i valori, vedere GLYPHDRAWFLAGS.

  • hdc
    Tipo: IntPtr

    [in] Handle a un contesto dello schermo che definisce l'area visibile di interesse.

  • pRect
    Tipo: array<RECT[]

    [in] Puntatore a una struttura RECT, che definisce le coordinate della matrice in alto a sinistra e gli angoli inferiore destro del rettangolo di delimitazione.

  • iLineHeight
    Tipo: Int32

    [in] Altezza della riga, in base alle impostazioni del tipo di carattere.

Valore restituito

Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Note

Firma COM

da textmgr.idl:

HRESULT IVsTextMarkerType::DrawGlyphEx(
   [in] DWORD dwFlags,
   [in] HDC hdc,
   [in] RECT *pRect,
   [in] long iLineHeight
);

Distribuire entrambi DrawGlyph e IVsTextMarkerType.DrawGlyphEx. Per fornire maggiore flessibilità, che l'implementazione di DrawGlyph chiamata IVsTextMarkerType.DrawGlyphEx.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextMarkerType Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop