Class VipsRaw.vips_image_new_matrixv

java.lang.Object
app.photofox.vipsffm.jextract.VipsRaw.vips_image_new_matrixv
Enclosing class:
VipsRaw

public static class VipsRaw.vips_image_new_matrixv extends Object
Variadic invoker class for:
extern VipsImage *vips_image_new_matrixv(int width, int height, ...)
  • Method Details

    • makeInvoker

      public static VipsRaw.vips_image_new_matrixv makeInvoker(MemoryLayout... layouts)
      Variadic invoker factory for:
      extern VipsImage *vips_image_new_matrixv(int width, int height, ...)
      
    • address

      public static MemorySegment address()
      Returns the address.
      Returns:
      the address
    • handle

      public MethodHandle handle()
      Returns the specialized method handle.
      Returns:
      the specialized method handle
    • descriptor

      public FunctionDescriptor descriptor()
      Returns the specialized descriptor.
      Returns:
      the specialized descriptor
    • apply

      public MemorySegment apply(int width, int height, Object... x2)