Class VipsArea

java.lang.Object
app.photofox.vipsffm.jextract._VipsArea
app.photofox.vipsffm.jextract.VipsArea

public class VipsArea extends _VipsArea
typedef struct _VipsArea {
    void *data;
    size_t length;
    int n;
    int count;
    GMutex *lock;
    VipsCallbackFn free_fn;
    void *client;
    GType type;
    size_t sizeof_type;
} VipsArea