Share

AcDbRasterImageDef::size

C++

virtual AcGeVector2d size() const;

Description

Returns the raw image size in pixels. The width is stored in the x element, and the height in the y element.

If this function is unsuccessful, a size of (0,0) is returned.

Links

AcDbRasterImageDef

Was this information helpful?