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