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