Class Hierarchy
AcGsDevice
C++
class AcGsDevice;
File
gs.h
Description
AcGsDevice is an abstraction of a drawing surface and encapsulates the underlying device to which graphics are rendered. At present, an AcGsDevice corresponds to a GUI display window. Eventually, other classes of devices will be supported (such as hardcopy, file [.bmp, .wmf, .dwf], and clipboard).
An AcGsDevice owns one or more AcGsViews and must manage damaged areas and delegate updates to these views. In addition, it responds to operating system notifications such as a change in window size forwarded from the underlying device by the graphics system (GS) client.
Links
AcGsDevice Enumerations, AcGsDevice Methods
See Also
AcGiDrawable, AcGsView, AcGsModel, AcGsConfig, AcGsClassFactory, AcGsManager, AcGsReactor