Freigeben über


IVsTextLayerMarker.DrawGlyph(IntPtr, RECT[]) Methode

Definition

Zeichnet eine Glyphe im angegebenen DC-& 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

Parameter

hdc
IntPtr

nativeint

[in] Gerätekontexthandle.

pRect
RECT[]

[in] Zeiger auf RECT.

Gibt zurück

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Implementiert

Hinweise

COM-Signatur

Aus textmgr.idl:

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

Gilt für: