1 write to _ry
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
4191
_ry
= Math.Abs(b.RadiusY);
7 references to _ry
ReachFramework (7)
AlphaFlattener\BrushProxy.cs (7)
4202
!Utility.IsRenderVisible(
_ry
))
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);
4370
double b0 = (p.Y - _v0) /
_ry
;
4371
double b1 = (_v0 - _y0) /
_ry
;
4424
double ratio = _rx /
_ry
;