IVsTextLayerMarker.DrawGlyphEx, méthode
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Function DrawGlyphEx ( _
dwFlags As UInteger, _
hdc As IntPtr, _
pRect As RECT(), _
iLineHeight As Integer _
) As Integer
int DrawGlyphEx(
uint dwFlags,
IntPtr hdc,
RECT[] pRect,
int iLineHeight
)
int DrawGlyphEx(
[InAttribute] unsigned int dwFlags,
[InAttribute] IntPtr hdc,
[InAttribute] array<RECT>^ pRect,
[InAttribute] int iLineHeight
)
abstract DrawGlyphEx :
dwFlags:uint32 *
hdc:IntPtr *
pRect:RECT[] *
iLineHeight:int -> int
function DrawGlyphEx(
dwFlags : uint,
hdc : IntPtr,
pRect : RECT[],
iLineHeight : int
) : int
Paramètres
dwFlags
Type : UInt32[in] attaché circulaire d'GLYPHDRAWFLAGS.
hdc
Type : IntPtr[in]
pRect
Type : array<RECT[][in]
iLineHeight
Type : Int32[in]
Valeur de retour
Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.
Notes
Signature de COM
De textmgr.idl :
HRESULT IVsTextLayerMarker::DrawGlyphEx(
[in] DWORD dwFlags,
[in] HDC hdc,
[in] RECT *pRect,
[in] long iLineHeight
);
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.