Partager via


IVsTextLayerMarker.DrawGlyphEx(UInt32, IntPtr, RECT[], Int32) Méthode

Définition

Dessine un glyphe dans le contrôleur de domaine donné & RECT.

public:
 int DrawGlyphEx(System::UInt32 dwFlags, IntPtr hdc, cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ pRect, int iLineHeight);
public int DrawGlyphEx (uint dwFlags, IntPtr hdc, Microsoft.VisualStudio.OLE.Interop.RECT[] pRect, int iLineHeight);
abstract member DrawGlyphEx : uint32 * nativeint * Microsoft.VisualStudio.OLE.Interop.RECT[] * int -> int
Public Function DrawGlyphEx (dwFlags As UInteger, hdc As IntPtr, pRect As RECT(), iLineHeight As Integer) As Integer

Paramètres

dwFlags
UInt32

[in] ORing de GLYPHDRAWFLAGS.

hdc
IntPtr

nativeint

[in] Handle de contexte de l’appareil.

pRect
RECT[]

[in] Pointeur vers le RECT.

iLineHeight
Int32

[in] Hauteur de ligne.

Retours

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

Remarques

COM Signature

À partir de textmgr.idl :

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

S’applique à