Share

AcDbRasterImage::AcDbRasterImage

C++

AcDbRasterImage();

Description

The constructor for this class is declared protected, so it cannot be accessed directly by most other applications. Instead, create a new object using the following:

AcDbRasterImage* pNewImage = (AcDbRasterImage*)(AcDbRasterImage::desc()->create());

Links

AcDbRasterImage

Was this information helpful?