Método IVsTextLayerMarker.DrawGlyphEx
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
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
Parâmetros
dwFlags
Tipo: UInt32[in] ORing of GLYPHDRAWFLAGS.
hdc
Tipo: IntPtr[in]
pRect
Tipo: array<RECT[][in]
iLineHeight
Tipo: Int32[in]
Valor de retorno
Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De textmgr.idl:
HRESULT IVsTextLayerMarker::DrawGlyphEx(
[in] DWORD dwFlags,
[in] HDC hdc,
[in] RECT *pRect,
[in] long iLineHeight
);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.