Sdílet prostřednictvím


IVsTextLayerMarker.DrawGlyph(IntPtr, RECT[]) Metoda

Definice

Vykreslí glyf v daném stejnosměrné & RECT.

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

Parametry

hdc
IntPtr

nativeint

[v] Popisovač kontextu zařízení.

pRect
RECT[]

[v] Ukazatel na RECT.

Návraty

Pokud je metoda úspěšná, vrátí S_OK. Pokud selže, vrátí kód chyby.

Implementuje

Poznámky

Podpis modelu COM

Z textmgr.idl:

HRESULT IVsTextLayerMarker::DrawGlyph(  
   [in] HDC hdc,  
   [in] RECT *pRect  
);  

Platí pro