setAnchorPoint method

void setAnchorPoint(
  1. Point<double> anchorPoint
)

Implementation

void setAnchorPoint(Point<double> anchorPoint) {
  _anchorPoint = anchorPoint;
}