1 write to _trans
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
4177
_trans
= b.Transform.Value;
8 references to _trans
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (8)
4203
Matrix mat =
_trans
;
4224
Point p0 = new Point(0, 0); p0 =
_trans
.Transform(p0);
4225
Point p1 = new Point(_rx, _ry); p1 =
_trans
.Transform(p1);
4290
bool simple = Utility.IsScaleTranslate(
_trans
);
4302
center =
_trans
.Transform(center);
4304
geometry = new EllipseGeometry(center, _rx * t *
_trans
.M11, _ry * t *
_trans
.M22);
4310
Transform = new MatrixTransform(
_trans
)