1 write to _bandDelta
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
4043_bandDelta = _bandWidth / _bandSteps; // Width of each slices
4 references to _bandDelta
ReachFramework (4)
AlphaFlattener\BrushProxy.cs (4)
4045double right = Math.Ceiling(_bounds.Right / _bandDelta); 4046double left = Math.Floor(_bounds.Left / _bandDelta); 4071return CreateRotatedRectangle(i * _bandDelta, _bounds.Top, _bandDelta, _bounds.Height, _bandTransform);