다음을 통해 공유


IViewObject2.Draw Method (UInt32, Int32, UInt32, array<DVTARGETDEVICE[], UInt32, UInt32, array<RECTL[], array<RECTL , IContinue)

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

.NET Framework Security

See Also

Reference

IViewObject2 Interface

Draw Overload

Microsoft.VisualStudio.OLE.Interop Namespace