C++
virtual AcGsView* createView( AcGsDevice* pDevice ) = 0;
Description
Create an AcGsView with the same kernel used to create the specified device.
Note that there is no associated viewport table record with this AcGsView.
Created AcGsView is added to the specified device.
Parameters
Parameters | Description |
---|---|
pDevice | Input the graphics device to be used to create the view. |
Returns
The new AcGsView.