ImageResize function

void ImageResize(
  1. StructPointer<ImageD> image,
  2. int newWidth,
  3. int newHeight
)

See RaylibCoreFlatModule.ImageResize.

Implementation

void ImageResize(
  StructPointer<ImageD> image,
  int newWidth,
  int newHeight,
) => _module.ImageResize(image, newWidth, newHeight);