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