Share

AcGsManager::createViewport Method

C++

virtual AcGsView* createViewport(
    AcGsDevice* pDevice, 
    AcDbViewportTableRecord * pVTR
) = 0;

Description

Creates an AcGsView with the same kernel used to create the specified device and with the specified viewport table record. Created AcGsView is added to the specified device.

Parameters

Parameters Description
pDevice Input the graphics device to be used to create the view.
pVTR Input the view table record to be associated with the view.

Returns

The new AcGsView.

Links

AcGsManager Class

Was this information helpful?