1 write to _trans
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
4182
_trans
= b.Transform.Value;
8 references to _trans
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (8)
4208
Matrix mat =
_trans
;
4229
Point p0 = new Point(0, 0); p0 =
_trans
.Transform(p0);
4230
Point p1 = new Point(_rx, _ry); p1 =
_trans
.Transform(p1);
4295
bool simple = Utility.IsScaleTranslate(
_trans
);
4307
center =
_trans
.Transform(center);
4309
geometry = new EllipseGeometry(center, _rx * t *
_trans
.M11, _ry * t *
_trans
.M22);
4315
Transform = new MatrixTransform(
_trans
)