Package app.photofox.vipsffm.generated
Class VipsRaw.vips_draw_smudge
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw.vips_draw_smudge
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment image, int left, int top, int width, int height, Object... x5) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_draw_smudgemakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_draw_smudge(VipsImage *image, int left, int top, int width, int height, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_draw_smudge(VipsImage *image, int left, int top, int width, int height, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-