Description
This .NET class wraps the AcGiCommonDraw ObjectARX class.
CommonDraw abstracts out the commonality between ViewportDraw and WorldDraw. This allows graphics routines to be coded in terms of CommonDraw that will work in either case. To maintain their original signatures, WorldDraw and ViewportDraw now derive from CommonDraw.
Class Hierarchy
Autodesk.AutoCAD.GraphicsInterface.CommonDraw Autodesk.AutoCAD.GraphicsInterface.ViewportDraw Autodesk.AutoCAD.GraphicsInterface.WorldDraw
C#
public abstract class CommonDraw : RXObject;
Visual Basic
Public abstract Class CommonDraw Inherits RXObject