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.
::: seealso
vips_area_unref().
Parameters
type |
GType |
|
|
sizeof_type |
size_t |
|
|
n |
int |
Number of elements in the array. |