Image_getHeight function

  1. @Native<Uint32 Function(Pointer<TLinearImage>)>(ffi.Pointer<TLinearImage>)>(isLeaf: true)
int Image_getHeight(
  1. Pointer<TLinearImage> tLinearImage
)

Implementation

@ffi.Native<ffi.Uint32 Function(ffi.Pointer<TLinearImage>)>(isLeaf: true)
external int Image_getHeight(
  ffi.Pointer<TLinearImage> tLinearImage,
);