Share

AcGsDevice::erase

C++

virtual bool erase(
    AcGsView * view
) = 0;

Description

Removes the view pointed to by view from the device. Returns true if the view was successfully removed from the device.

Parameters

Parameters Description
view Input view to be removed from the device

Links

AcGsDevice

Was this information helpful?