VsTextTipWindowClass.Paint Method

Paints the tip window.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'宣言
Public Overridable Function Paint ( _
    hdc As IntPtr, _
    prc As RECT() _
) As Integer
'使用
Dim instance As VsTextTipWindowClass
Dim hdc As IntPtr
Dim prc As RECT()
Dim returnValue As Integer

returnValue = instance.Paint(hdc, prc)
public virtual int Paint(
    IntPtr hdc,
    RECT[] prc
)
public:
virtual int Paint(
    [InAttribute] IntPtr hdc, 
    [InAttribute] array<RECT>^ prc
)
public function Paint(
    hdc : IntPtr, 
    prc : RECT[]
) : int

Parameters

  • hdc
    Type: System.IntPtr

    [in] Handle to the display context in which to draw the tip window.

  • prc
    Type: []

    [in] Specifies the bounding rectangle for the tip window.

Return Value

Type: System.Int32

Implements

IVsTextTipWindow.Paint(IntPtr, [])

Permissions

See Also

Reference

VsTextTipWindowClass Class

VsTextTipWindowClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace