Function
Return information about image Fields.
Syntax
#include <dx/dx.h>
Field DXGetImageSize(Field i, int *width, int *height)
Object DXGetImageBounds(Object o, int *x, int *y, int *width, int *height)
Functional Details
DXGetImageSize returns the width and height of a simple image Field i.
DXGetImageBounds returns the origin and dimensions of a simple or composite image Field o (such as is generated by the Arrange module). The origin is the offset of this part of the image compared to the whole image.
Return Value
Return the image or return NULL and sets an error code.
See Also