Function
VipsAreanew_array
Declaration [src]
VipsArea*
vips_area_new_array (
GType type,
size_t sizeof_type,
int n
)
Description [src]
An area which holds an array of elements of some %GType. To set values for the elements, get the pointer and write.
See also