Share

CommonDraw Class

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

Visual Basic

Public abstract Class CommonDraw
Inherits RXObject

C#

public abstract class CommonDraw : RXObject;

Links

CommonDraw Methods, CommonDraw Properties

Was this information helpful?