MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / Draw

Method Draw

include/com/IViewObjectExImpl.h:14–16  ·  view source on GitHub ↗

IViewObject

Source from the content-addressed store, hash-verified

12
13 // IViewObject
14 STDMETHODIMP Draw(DWORD dwDrawAspect, LONG lindex, void *pvAspect, DVTARGETDEVICE *ptd, HDC hdcTargetDev, HDC hdcDraw, LPCRECTL lprcBounds, LPCRECTL lprcWBounds, BOOL (STDMETHODCALLTYPE *pfnContinue)(ULONG_PTR dwContinue), ULONG_PTR dwContinue) {
15 return this->m_pParent->OnDraw(dwDrawAspect, lindex, pvAspect, ptd, hdcTargetDev, hdcDraw, lprcBounds, lprcWBounds, pfnContinue, dwContinue);
16 }
17
18 STDMETHODIMP GetColorSet(DWORD dwDrawAspect, LONG lindex, void *pvAspect, DVTARGETDEVICE *ptd, HDC hicTargetDev, LOGPALETTE **ppColorSet) {
19 if (ppColorSet == NULL) {

Callers

nothing calls this directly

Calls 1

OnDrawMethod · 0.80

Tested by

no test coverage detected