VsSmartTagTipWindowClass.Paint(IntPtr, RECT[], UInt32, UInt32, Int32) Método

Definição

Renderiza a janela tip.

public:
 virtual int Paint(IntPtr hdc, cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ prc, System::UInt32 pColor, System::UInt32 pColorText, int fSel) = Microsoft::VisualStudio::TextManager::Interop::IVsSmartTagTipWindow::Paint;
public virtual int Paint (IntPtr hdc, Microsoft.VisualStudio.OLE.Interop.RECT[] prc, uint pColor, uint pColorText, int fSel);
abstract member Paint : nativeint * Microsoft.VisualStudio.OLE.Interop.RECT[] * uint32 * uint32 * int -> int
override this.Paint : nativeint * Microsoft.VisualStudio.OLE.Interop.RECT[] * uint32 * uint32 * int -> int
Public Overridable Function Paint (hdc As IntPtr, prc As RECT(), pColor As UInteger, pColorText As UInteger, fSel As Integer) As Integer

Parâmetros

hdc
IntPtr

O identificador de contexto do dispositivo.

prc
RECT[]

no Coordenadas do retângulo delimitador.

pColor
UInt32

no A ID da cor.

pColorText
UInt32

no A ID da cor do texto.

fSel
Int32

no Sinalizador que indica se a janela está selecionada.

Retornos

Int32

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

Implementações

Aplica-se a