Partager via


IVsTextLayerMarker.DrawGlyph(IntPtr, RECT[]) Méthode

Définition

Dessine un glyphe dans le contrôleur de domaine donné & 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

Paramètres

hdc
IntPtr

nativeint

[in] Handle de contexte de l’appareil.

pRect
RECT[]

[in] Pointeur vers RECT.

Retours

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Implémente

Remarques

COM Signature

À partir de textmgr.idl :

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

S’applique à