Share

AcGiCommonDraw

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

AcGiCommonDraw Methods

See Also

AcGiWorldDraw, AcGiViewportDraw

Was this information helpful?