lxw_image_options

@brief Options for inserted images

Options for modifying images inserted via worksheet_insert_image_opt().

Members

Variables

x_offset
int32_t x_offset;

Offset from the left of the cell in pixels.

x_scale
double x_scale;

X scale of the image as a decimal.

y_offset
int32_t y_offset;

Offset from the top of the cell in pixels.

y_scale
double y_scale;

Y scale of the image as a decimal.

Meta