2 writes to _rectLastPoint
ReachFramework (2)
AlphaFlattener\Utility.cs (2)
2530_rectLastPoint = _transform.Transform(point); 2573_rectLastPoint = point;
2 references to _rectLastPoint
ReachFramework (2)
AlphaFlattener\Utility.cs (2)
2532if (IsRectangleCorner(_rectLastPoint)) 2550TraversalDirection dir = GetDirection(point - _rectLastPoint);