getAnchorPointInPoints method

Point<double> getAnchorPointInPoints()

Implementation

Point<double> getAnchorPointInPoints() {
  return Point<double>(
      _contentSize.x * _anchorPoint.x, _contentSize.y * _anchorPoint.y);
}