4 references to MultiplyTransform
ReachFramework (4)
AlphaFlattener\Primitive.cs (2)
1408Transform = Utility.MultiplyTransform(tb.Transform, new MatrixTransform(Transform)) 1450Transform = Utility.MultiplyTransform(tb.Transform, new MatrixTransform(Transform))
AlphaFlattener\Utility.cs (2)
369newg.Transform = MultiplyTransform(newg.Transform, new MatrixTransform(t)); 391newg.Transform = MultiplyTransform(newg.Transform, t);