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.
virtual AcGeVector2d size() const;
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.