Share
 
 

RasterImage Object (ActiveX)

A raster image consisting of a rectangular grid (or raster) of small squares or dots known as pixels.

Supported Platforms: Windows only

Class Information

Class Name

AcadRasterImage

Object Inheritance
Object
   AcadObject
      AcadEntity
         AcadRasterImage
Create Using

VBA

ModelSpace.AddRaster
PaperSpace.AddRaster
Block.AddRaster
Access Via

VBA

ModelSpace.Item
PaperSpace.Item
Block.Item
SelectionSet.Item
Group.Item

Remarks

To create a raster image, use the AddRaster method.

Was this information helpful?