Condividi tramite


IVsTextLayerMarker.DrawGlyphEx(UInt32, IntPtr, RECT[], Int32) Metodo

Definizione

Disegna un glifo nel controller di dominio specificato & 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

Parametri

dwFlags
UInt32

[in] ORing di GLYPHDRAWFLAGS.

hdc
IntPtr

nativeint

[in] Handle del contesto di dispositivo.

pRect
RECT[]

[in] Puntatore al RECT.

iLineHeight
Int32

[in] Altezza della linea.

Restituisce

Se il metodo ha esito positivo, viene restituito S_OK. Se ha esito negativo, viene restituito un codice di errore.

Commenti

Firma COM

Da textmgr.idl:

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

Si applica a