drawAtPoint$1 method
drawAtPoint:blendMode:alpha:
Implementation
void drawAtPoint$1(objc.CGPoint point, {required CGBlendMode blendMode, required double alpha}) {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIImage.drawAtPoint:blendMode:alpha:', iOS: (false, (2, 0, 0)));
_objc_msgSend_yg3i7f(_$$ref.pointer, _sel_drawAtPoint_blendMode_alpha_, point, blendMode.value, alpha);
}