drawInRect_ method

void drawInRect_(
  1. CGRect rect
)

mode = kCGBlendModeNormal, alpha = 1.0

Implementation

void drawInRect_(CGRect rect) {
  _objc_msgSend_1okkq16(this.ref.pointer, _sel_drawInRect_, rect);
}