SECEditViewWrapper_T::OnDraw
template <class wnd_t, class vp_t>
voidSECEditViewWrapper_T<wnd_t, vp_t>::OnDraw(void)
Called to render an image of the document.
Defined in: SECEditScrollBarWrapper_T.h
Return Value
void
Comments
This method does not perform any actions. All drawing is peformed by the base class SECEditCtrlWrapper_T::OnPaint handler; however, CView::OnDraw() is a pure virtual method and therefore which must be implemented.See Also
SECEditViewWrapper_T SECEditCtrlWrapper_T::OnInitialUpdate
Class Template Arguments
wnd_t
A CView-derived class.
vp_t
A SECEditViewport-derived class.