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