IVsAtomicTextProvider.DrawAtomGlyph(UInt32, IntPtr, RECT[]) Método

Definição

Desenha o glifo.

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

Parâmetros

dwFlags
UInt32

no Não utilizado.

hdc
IntPtr

no Identificador para o contexto do dispositivo atual.

pRect
RECT[]

no Ponteiro para a estrutura RECT que contém o glifo.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De textmgr2. idl:

HRESULT IVsAtomicTextProvider::DrawAtomGlyph(  
   [in] DWORD dwFlags,  
   [in] HDC hdc,  
   [in] RECT *pRect  
);  

Aplica-se a