Archicad 28 C++ API
|
A picture inside a placed drawing. More...
#include <APIdefs_Elements.h>
Public Attributes | |
API_Prim_Head | head |
General primitive element header. | |
short | pixelSizeX |
Physical x size in pixels of the original picture. | |
short | pixelSizeY |
Physical y size in pixels of the original picture. | |
double | rotAngle |
The rotation angle. | |
API_Box | destBox |
Bounding box of the picture on the layout (without rotation and mirroring). | |
API_ColorDepthID | colorDepth |
Color depth of the image. | |
API_PictureFormat | storageFormat |
Storage format of the picture. | |
GS::uchar_t | pictName [API_UniLongNameLen] |
Name of the picture as a Unicode string. | |
char | mime [128] |
MIME string identifying the image format. | |
API_AnchorID | anchor |
The anchor point of the picture. | |
bool | transparent |
Tells if the picture is transparent. | |
bool | mirrored |
Tells if the picture is mirrored. | |
A picture inside a placed drawing.