Ejemplo n.º 1
0
 public TransformHelperImpl(D2D1.RenderTarget target, PxMatrix matrix)
 {
     _target          = target;
     _matrix          = target.Transform;
     target.Transform = matrix.ToMatrix3x2() * _matrix;
 }