drawAtPoint$1 method

void drawAtPoint$1(
  1. CGPoint point, {
  2. required CGBlendMode blendMode,
  3. required double alpha,
})

drawAtPoint:blendMode:alpha:

Implementation

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