Description
This .NET class wraps the AcGiImageBackgroundTraits ObjectARX class.
It represents an image background to the underlying display system. An instance of this class is populated by ImageBackground through its SetAttributes method.
Class Hierarchy
Autodesk.AutoCAD.GraphicsInterface.SubEntityTraits Autodesk.AutoCAD.GraphicsInterface.DrawableTraits Autodesk.AutoCAD.GraphicsInterface.NonEntityTraits Autodesk.AutoCAD.GraphicsInterface.ImageBackgroundTraits
C#
public abstract class ImageBackgroundTraits : NonEntityTraits;
Visual Basic
Public abstract Class ImageBackgroundTraits Inherits NonEntityTraits