다음을 통해 공유


IViewObject.Draw Method

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

Syntax

‘선언
Sub Draw ( _
    dwDrawAspect As UInteger, _
    lindex As Integer, _
    pvAspect As UInteger, _
    ptd As DVTARGETDEVICE(), _
    hdcTargetDev As UInteger, _
    hdcDraw As UInteger, _
    lprcBounds As RECTL(), _
    lprcWBounds As RECTL(), _
    pContinue As IContinue _
)
void Draw(
    uint dwDrawAspect,
    int lindex,
    uint pvAspect,
    DVTARGETDEVICE[] ptd,
    uint hdcTargetDev,
    uint hdcDraw,
    RECTL[] lprcBounds,
    RECTL[] lprcWBounds,
    IContinue pContinue
)

Parameters

Remarks

For information on the COM interface, see IViewObject::Draw

.NET Framework Security

See Also

Reference

IViewObject Interface

Microsoft.VisualStudio.OLE.Interop Namespace