Description
This .Net class wraps the ObjectARX class AcGiGdiDrawObject.
Implement this interface so that a GDI owner object can use the new API OwnerDraw().
Class Hierarchy
Autodesk.AutoCAD.GraphicsInterface.GdiDrawObject
C#
public abstract class GdiDrawObject : RXObject;
Visual Basic
Public abstract Class GdiDrawObject Inherits RXObject