IVsTextLayerMarker.DrawGlyph(IntPtr, RECT[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
);