drawAtPoint method
void
drawAtPoint(
- CGPoint point
drawAtPoint:
Implementation
void drawAtPoint(objc.CGPoint point) {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIImage.drawAtPoint:', iOS: (false, (2, 0, 0)));
_objc_msgSend_iy8iz6(_$$ref.pointer, _sel_drawAtPoint_, point);
}