5 writes to _myMatrix
System.Web.DataVisualization (5)
Common\General\ChartGraphics.cs (5)
1508
_myMatrix
= this.Transform.Clone();
1678
_myMatrix
= this.Transform.Clone();
1965
_myMatrix
= this.Transform.Clone();
2795
_myMatrix
= this.Transform.Clone();
5771
_myMatrix
= null;
17 references to _myMatrix
System.Web.DataVisualization (17)
Common\General\ChartGraphics.cs (17)
1509
_myMatrix
.RotateAt( angle, rotationPoint );
1515
this.Transform =
_myMatrix
;
1600
path.Transform(
_myMatrix
);
1679
_myMatrix
.RotateAt(angle, absPosition);
1685
this.Transform =
_myMatrix
;
1966
_myMatrix
.RotateAt(angle, rotationPoint);
1972
this.Transform =
_myMatrix
;
2023
_myMatrix
.Translate(-offsetX, 0);
2027
_myMatrix
.Translate(offsetX, 0);
2031
_myMatrix
.Translate(0, -offsetY);
2035
_myMatrix
.Translate(0, offsetY);
2042
region.Transform(
_myMatrix
);
2116
this.Transform =
_myMatrix
;
2796
_myMatrix
.RotateAt( angle, rotationCenter);
2802
this.Transform =
_myMatrix
;
5768
if (
_myMatrix
!= null)
5770
_myMatrix
.Dispose();