How do I regen in WPF?

  1. FAQ
  2. »
  3. Examples

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.