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