4 references to MultiplyTransform
ReachFramework (4)
AlphaFlattener\Primitive.cs (2)
1414
viewportGeometry.Transform = Utility.
MultiplyTransform
(tb.Transform, new MatrixTransform(Transform));
1454
contentGeometry.Transform = Utility.
MultiplyTransform
(tb.Transform, new MatrixTransform(Transform));
AlphaFlattener\Utility.cs (2)
381
newg.Transform =
MultiplyTransform
(newg.Transform, new MatrixTransform(t));
403
newg.Transform =
MultiplyTransform
(newg.Transform, t);