Package app.photofox.vipsffm.generated
Class VipsRaw.vips_draw_line
java.lang.Object
app.photofox.vipsffm.generated.VipsRaw.vips_draw_line
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentaddress()Returns the address.intapply(MemorySegment image, MemorySegment ink, int n, int x1, int y1, int x2, int y2, Object... x7) Returns the specialized descriptor.handle()Returns the specialized method handle.static VipsRaw.vips_draw_linemakeInvoker(MemoryLayout... layouts) Variadic invoker factory for:extern int vips_draw_line(VipsImage *image, double *ink, int n, int x1, int y1, int x2, int y2, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:extern int vips_draw_line(VipsImage *image, double *ink, int n, int x1, int y1, int x2, int y2, ...) -
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
public int apply(MemorySegment image, MemorySegment ink, int n, int x1, int y1, int x2, int y2, Object... x7)
-