API Reference > OdExport Classes > TD_DWF_EXPORT Namespace > Classes > OdDwfView Class > OdDwfView Methods > OdDwfView::draw Method
OdDwfView::draw Method
Syntax
C++
void draw(const OdGiDrawable*);

Called by the ODA visualization framework to render each entity in this view. This override allows a client application to examine each entity before it is rendered.

The override should call the parent version of this function, OdGsBaseView::draw().

Copyright © 2002–2020. Open Design Alliance. All rights reserved.