Description
This .NET class wraps the AcTcImage ObjectARX class.
Image provides functionality for loading, saving, and rendering BMP, JPG, GIF, and PNG files. The image data can be loaded and saved to a file or to an IStream object.
Class Hierarchy
Autodesk.AutoCAD.Windows.ToolPalette.Image
Visual Basic
Public sealed Class Image Inherits DisposableWrapper
C#
public sealed class Image : DisposableWrapper;