A_Get_Graphic_ColorBMP_HBitmap method

int A_Get_Graphic_ColorBMP_HBitmap(
  1. int x,
  2. int y,
  3. int nWidth,
  4. int nHeight,
  5. int rotate,
  6. int mem_mode,
  7. int format,
  8. Pointer<Char> id_name,
  9. int hbm,
)

Implementation

int A_Get_Graphic_ColorBMP_HBitmap(
  int x,
  int y,
  int nWidth,
  int nHeight,
  int rotate,
  int mem_mode,
  int format,
  ffi.Pointer<ffi.Char> id_name,
  int hbm,
) {
  return _A_Get_Graphic_ColorBMP_HBitmap(
    x,
    y,
    nWidth,
    nHeight,
    rotate,
    mem_mode,
    format,
    id_name,
    hbm,
  );
}