getRectValue method

void getRectValue(
  1. Pointer<CGRect> stret
)

Implementation

void getRectValue(ffi.Pointer<CGRect> stret) {
  _lib._objc_msgSend_useVariants1
      ? _lib._objc_msgSend_60_stret(stret, _id, _lib._sel_rectValue1)
      : stret.ref = _lib._objc_msgSend_60(_id, _lib._sel_rectValue1);
}