Autodesk.AutoCAD.DatabaseServices Namespace > Image Class
Image Class
Description

 

This .NET class wraps the AcDbImage ObjectARX class. 

Abstract base class for immediate mode raster-based entities, including RasterImage. Every time entities derived from this class are drawn on the screen or plotted, the getScanLines method is called by the display or plot driver to get the pixels needed for display in the image format and scale required by the driver. These objects must be drawn at regen time using the ViewportGeometry.RasterImageDc() method accessible through ViewportDraw.Geometry() in the entity's ViewportDraw method.

Class Hierarchy
Visual Basic
Public Class Image
Inherits Entity
C#
public class Image : Entity;
   Comments?