The implementation is:
m_pDevice->invalidate();
if(m_pDevice->gsModel())
m_pDevice->gsModel()->invalidate(OdGsModel::kInvalidateAll);
where m_pDevice is a derivative of the OdGsDevice class.
The implementation is:
m_pDevice->invalidate();
if(m_pDevice->gsModel())
m_pDevice->gsModel()->invalidate(OdGsModel::kInvalidateAll);
where m_pDevice is a derivative of the OdGsDevice class.