Class Hierarchy
AcRxObject AcGiCommonDraw AcGiViewportDraw AcGiWorldDraw
C++
class AcGiCommonDraw : public AcRxObject;
File
acgi.h
Description
AcGiCommonDraw abstracts out the commonality between AcGiViewportDraw and AcGiWorldDraw. This allows graphics routines to be coded in terms of AcGiCommonDraw that will work in either case. To maintain their original signatures, AcGiWorldDraw and AcGiViewportDraw now derive from AcGiCommonDraw.
Links
See Also
AcGiWorldDraw, AcGiViewportDraw