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
Visual Basic
Public abstract Class ImageBackgroundTraits Inherits NonEntityTraits
C#
public abstract class ImageBackgroundTraits : NonEntityTraits;