ImageDraw abstract method

void ImageDraw(
  1. ImageStructType dst,
  2. ImageStructType src,
  3. RectangleStructType srcRec,
  4. RectangleStructType dstRec,
  5. ColorStructType tint,
)

Implementation

void ImageDraw(
  ImageStructType dst,
  ImageStructType src,
  RectangleStructType srcRec,
  RectangleStructType dstRec,
  ColorStructType tint,
);