ImageDraw abstract method
void
ImageDraw(
- ImageStructType dst,
- ImageStructType src,
- RectangleStructType srcRec,
- RectangleStructType dstRec,
- ColorStructType tint,
Draw a source image within a destination image (tint applied to source)
Implementation
void ImageDraw(
ImageStructType dst,
ImageStructType src,
RectangleStructType srcRec,
RectangleStructType dstRec,
ColorStructType tint,
);