getContentCenter method

MPPointF getContentCenter()

Implementation

MPPointF getContentCenter() {
  return MPPointF.getInstance1(
      _contentRect.center.dx, _contentRect.center.dy);
}