4 references to MultiplyTransform
ReachFramework (4)
AlphaFlattener\Primitive.cs (2)
1409
viewportGeometry.Transform = Utility.
MultiplyTransform
(tb.Transform, new MatrixTransform(Transform));
1449
contentGeometry.Transform = Utility.
MultiplyTransform
(tb.Transform, new MatrixTransform(Transform));
AlphaFlattener\Utility.cs (2)
370
newg.Transform =
MultiplyTransform
(newg.Transform, new MatrixTransform(t));
392
newg.Transform =
MultiplyTransform
(newg.Transform, t);