drawRect method

void drawRect(
  1. CGRect rect, {
  2. required UIViewPrintFormatter forViewPrintFormatter,
})

drawRect:forViewPrintFormatter:

Implementation

void drawRect(objc.CGRect rect, {required UIViewPrintFormatter forViewPrintFormatter}) {
_objc_msgSend_f227js(this.ref.pointer, _sel_drawRect_forViewPrintFormatter_, rect, forViewPrintFormatter.ref.pointer);

}