IVirtualModelView_DG Interface
IVirtualModelView_DG allows creating images from an arbitrary model, not necessarily the main model of the control with any view configuration (view point, etc.).
IVirtualModelView_DG can be queried from IView_DG. Typical query: dgControl.GetView() > IVirtualModelView_DG
See also Capture sample
- Create
- Render
- Destroy
IView_DG Create(IModel_DG model, PairIntDg size)
IBitmap_DG Render()
void Destroy()
|