2 writes to _rectLastPoint
ReachFramework (2)
AlphaFlattener\Utility.cs (2)
2529_rectLastPoint = _transform.Transform(point); 2572_rectLastPoint = point;
2 references to _rectLastPoint
ReachFramework (2)
AlphaFlattener\Utility.cs (2)
2531if (IsRectangleCorner(_rectLastPoint)) 2549TraversalDirection dir = GetDirection(point - _rectLastPoint);