1 write to _rx
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
4190
_rx
= Math.Abs(b.RadiusX);
10 references to _rx
ReachFramework (10)
AlphaFlattener\BrushProxy.cs (10)
4201
!Utility.IsRenderVisible(
_rx
) ||
4232
Point p1 = new Point(
_rx
, _ry); p1 = _trans.Transform(p1);
4311
geometry = new EllipseGeometry(center,
_rx
* t * _trans.M11, _ry * t * _trans.M22);
4315
geometry = new EllipseGeometry(center,
_rx
* t, _ry * t);
4367
double a0 = (p.X - _u0) /
_rx
;
4368
double a1 = (_u0 - _x0) /
_rx
;
4424
double ratio =
_rx
/ _ry;
4461
double G = len *
_rx
;
4483
double sx = cx +
_rx
* t * dy / len;
4484
double sy = cy -
_rx
* t * dx / len;