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)
2531
if (IsRectangleCorner(
_rectLastPoint
))
2549
TraversalDirection dir = GetDirection(point -
_rectLastPoint
);