IViewObject2::Draw Method (UInt32, Int32, UInt32, array<DVTARGETDEVICE>^, UInt32, UInt32, array<RECTL>^, array<RECTL>^, IContinue^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void Draw( unsigned int dwDrawAspect, int lindex, unsigned int pvAspect, array<DVTARGETDEVICE>^ ptd, unsigned int hdcTargetDev, unsigned int hdcDraw, array<RECTL>^ lprcBounds, array<RECTL>^ lprcWBounds, IContinue^ pContinue )
Parameters
- dwDrawAspect
- Type: System::UInt32
- lindex
- Type: System::Int32
- pvAspect
- Type: System::UInt32
- ptd
- Type: array<Microsoft.VisualStudio.OLE.Interop::DVTARGETDEVICE>^
- hdcTargetDev
- Type: System::UInt32
- hdcDraw
- Type: System::UInt32
- lprcBounds
- Type: array<Microsoft.VisualStudio.OLE.Interop::RECTL>^
- lprcWBounds
- Type: array<Microsoft.VisualStudio.OLE.Interop::RECTL>^
- pContinue
- Type: Microsoft.VisualStudio.OLE.Interop::IContinue^
Show: