1 write to _trans
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
4184
_trans
= b.Transform.Value;
8 references to _trans
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (8)
4210
Matrix mat =
_trans
;
4231
Point p0 = new Point(0, 0); p0 =
_trans
.Transform(p0);
4232
Point p1 = new Point(_rx, _ry); p1 =
_trans
.Transform(p1);
4297
bool simple = Utility.IsScaleTranslate(
_trans
);
4309
center =
_trans
.Transform(center);
4311
geometry = new EllipseGeometry(center, _rx * t *
_trans
.M11, _ry * t *
_trans
.M22);
4316
geometry.Transform = new MatrixTransform(
_trans
);