GetImageListLength method

int GetImageListLength(
  1. Pointer<Image> arg0
)

Implementation

int GetImageListLength(
  ffi.Pointer<Image> arg0,
) {
  return _GetImageListLength(
    arg0,
  );
}