Exemplo n.º 1
0
		internal SvgTransform(SvgTransform value)
		{
			this.Type = value.Type;
			this.Matrix = value.Matrix;
			this.Angle = value.Angle;
		}
Exemplo n.º 2
0
 internal SvgTransform(SvgTransform value)
 {
     this.Type   = value.Type;
     this.Matrix = value.Matrix;
     this.Angle  = value.Angle;
 }