66 instantiations of Matrix
System.Drawing (6)
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (1)
758
Matrix matrix = new
Matrix
();
commonui\System\Drawing\Advanced\Matrix.cs (1)
180
return new
Matrix
(cloneMatrix);
commonui\System\Drawing\Advanced\PathGradientBrush.cs (1)
648
Matrix matrix = new
Matrix
();
commonui\System\Drawing\Advanced\TextureBrush.cs (1)
327
Matrix matrix = new
Matrix
();
commonui\System\Drawing\Graphics.cs (1)
739
Matrix matrix = new
Matrix
();
commonui\System\Drawing\Pen.cs (1)
608
Matrix matrix = new
Matrix
();
System.Web.DataVisualization (19)
Common\Annotation\ArrowAnnotation.cs (1)
460
using( Matrix matrix = new
Matrix
() )
Common\Annotation\CalloutAnnotation.cs (4)
1672
Matrix matrix = new
Matrix
();
1675
matrix = new
Matrix
();
1783
Matrix matrix = new
Matrix
();
1786
matrix = new
Matrix
();
Common\ChartTypes\FastPointChart.cs (1)
565
Matrix rotationMatrix = new
Matrix
();
Common\ChartTypes\PieChart.cs (1)
1845
path.Flatten(new
Matrix
(), 1f);
Common\ChartTypes\PolarChart.cs (1)
253
Matrix matrix = new
Matrix
();
Common\ChartTypes\RadarChart.cs (2)
486
Matrix shadowMatrix = new
Matrix
();
1000
Matrix matrix = new
Matrix
();
Common\General\Axis.cs (2)
4914
Matrix newMatrix = new
Matrix
();
4944
Matrix newMatrix = new
Matrix
();
Common\General\AxisScaleSegments.cs (1)
442
using(Matrix newMatrix = new
Matrix
())
Common\General\ChartArea.cs (1)
2739
Matrix newMatrix = new
Matrix
();
Common\General\ChartGraphics.cs (4)
627
Matrix matrix = new
Matrix
();
931
Matrix rotationMatrix = new
Matrix
();
3884
Matrix matrix = new
Matrix
();
3965
Matrix matrix = new
Matrix
();
Common\General\Label.cs (1)
1189
Matrix newMatrix = new
Matrix
();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5642
System.Drawing.Drawing2D.Matrix m = new System.Drawing.Drawing2D.
Matrix
();
System.Windows.Forms.DataVisualization (20)
Common\Annotation\ArrowAnnotation.cs (1)
460
using( Matrix matrix = new
Matrix
() )
Common\Annotation\CalloutAnnotation.cs (4)
1672
Matrix matrix = new
Matrix
();
1675
matrix = new
Matrix
();
1783
Matrix matrix = new
Matrix
();
1786
matrix = new
Matrix
();
Common\ChartTypes\FastPointChart.cs (1)
565
Matrix rotationMatrix = new
Matrix
();
Common\ChartTypes\PieChart.cs (1)
1845
path.Flatten(new
Matrix
(), 1f);
Common\ChartTypes\PolarChart.cs (1)
253
Matrix matrix = new
Matrix
();
Common\ChartTypes\RadarChart.cs (2)
486
Matrix shadowMatrix = new
Matrix
();
1000
Matrix matrix = new
Matrix
();
Common\General\Axis.cs (2)
4914
Matrix newMatrix = new
Matrix
();
4944
Matrix newMatrix = new
Matrix
();
Common\General\AxisScaleSegments.cs (1)
442
using(Matrix newMatrix = new
Matrix
())
Common\General\ChartArea.cs (1)
2739
Matrix newMatrix = new
Matrix
();
Common\General\ChartGraphics.cs (4)
627
Matrix matrix = new
Matrix
();
931
Matrix rotationMatrix = new
Matrix
();
3884
Matrix matrix = new
Matrix
();
3965
Matrix matrix = new
Matrix
();
Common\General\Label.cs (1)
1189
Matrix newMatrix = new
Matrix
();
WinForm\ChartWinControl.cs (1)
468
System.Drawing.Drawing2D.Matrix drawingMatrix = new System.Drawing.Drawing2D.
Matrix
();
System.Workflow.Activities (2)
Designers\StateMachineDesignerPaint.cs (2)
139
graphics.Transform = (oldTransform != null) ? oldTransform : new
Matrix
();
166
graphics.Transform = (oldTransform != null) ? oldTransform : new
Matrix
();
System.Workflow.ComponentModel (18)
AuthoringOM\Design\DesignerHelpers.cs (2)
621
graphics.Transform = (oldTransform != null) ? oldTransform : new
Matrix
();
651
graphics.Transform = (oldTransform != null) ? oldTransform : new
Matrix
();
AuthoringOM\Design\WorkflowLayouts.cs (8)
150
Matrix transformationMatrix = new
Matrix
();
238
Matrix transformationMatrix = new
Matrix
();
534
Matrix coOrdTxMatrix = new
Matrix
();
545
coOrdTxMatrix = new
Matrix
();
549
Matrix graphicsMatrics = new
Matrix
();
602
Matrix emptyMatrix = new
Matrix
();
607
Matrix coOrdTxMatrix = new
Matrix
();
626
Matrix viewPortMatrix = new
Matrix
();
AuthoringOM\Design\WorkflowView.cs (8)
1572
Matrix transformationMatrix = new
Matrix
();
1647
viewPortGraphics.Transform = new
Matrix
();
2055
Matrix scalingMatrix = new
Matrix
();
2065
Matrix scalingMatrix = new
Matrix
();
2109
Matrix scalingMatrix = new
Matrix
();
2115
Matrix translateMatrix = new
Matrix
();
2126
Matrix translateMatrix = new
Matrix
();
2131
Matrix scalingMatrix = new
Matrix
();
237 references to Matrix
System.Drawing (107)
commonui\System\Drawing\Advanced\GraphicsPath.cs (13)
1449
public void Transform(
Matrix
matrix) {
1478
/// is transformed by the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
1481
public RectangleF GetBounds(
Matrix
matrix) {
1489
/// transformed by the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/>. and drawn with the specified <see cref='System.Drawing.Pen'/>.
1492
public RectangleF GetBounds(
Matrix
matrix, Pen pen) {
1532
public void Flatten(
Matrix
matrix) {
1541
public void Flatten(
Matrix
matrix, float flatness) {
1563
Widen(pen, (
Matrix
)null, flatness);
1570
public void Widen(Pen pen,
Matrix
matrix) {
1580
Matrix
matrix,
1625
public void Warp(PointF[] destPoints, RectangleF srcRect,
Matrix
matrix)
1633
public void Warp(PointF[] destPoints, RectangleF srcRect,
Matrix
matrix,
1642
public void Warp(PointF[] destPoints, RectangleF srcRect,
Matrix
matrix,
commonui\System\Drawing\Advanced\ImageAttributes.cs (1)
187
/// specified <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (12)
747
private void _SetTransform(
Matrix
matrix) {
757
private
Matrix
_GetTransform() {
758
Matrix
matrix = new Matrix();
773
/// Gets or sets a <see cref='System.Drawing.Drawing2D.
Matrix
'/> that defines a local geometrical transform for
777
public
Matrix
Transform
797
/// Multiplies the <see cref='System.Drawing.Drawing2D.
Matrix
'/> that represents the local geometrical
798
/// transform of this <see cref='System.Drawing.Drawing2D.LinearGradientBrush'/> by the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/> by prepending the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
801
public void MultiplyTransform(
Matrix
matrix)
809
/// Multiplies the <see cref='System.Drawing.Drawing2D.
Matrix
'/> that represents the local geometrical
810
/// transform of this <see cref='System.Drawing.Drawing2D.LinearGradientBrush'/> by the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/> in the specified order.
813
public void MultiplyTransform(
Matrix
matrix, MatrixOrder order)
commonui\System\Drawing\Advanced\Matrix.cs (38)
35
/// Initializes a new instance of the <see cref='System.Drawing.Drawing2D.
Matrix
'/> class.
51
/// Initialized a new instance of the <see cref='System.Drawing.Drawing2D.
Matrix
'/> class with the specified
76
/// Initializes a new instance of the <see cref='System.Drawing.Drawing2D.
Matrix
'/> class to the geometrical transform
111
/// Initializes a new instance of the <see cref='System.Drawing.Drawing2D.
Matrix
'/> class to the geometrical transform
145
/// <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
162
/// <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
170
/// Creates an exact copy of this <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
172
public
Matrix
Clone() {
186
/// represent the elements of this <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
218
/// or the element in the third row and first column) of this <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
227
/// value, or the element in the third row and second column) of this <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
235
/// Resets this <see cref='System.Drawing.Drawing2D.
Matrix
'/> to identity.
249
/// Multiplies this <see cref='System.Drawing.Drawing2D.
Matrix
'/> by the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/> by prepending the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
252
public void Multiply(
Matrix
matrix) {
259
/// Multiplies this <see cref='System.Drawing.Drawing2D.
Matrix
'/> by the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/> in the specified order.
262
public void Multiply(
Matrix
matrix, MatrixOrder order) {
279
/// the this <see cref='System.Drawing.Drawing2D.
Matrix
'/> by
291
/// the this <see cref='System.Drawing.Drawing2D.
Matrix
'/> in the specified order.
305
/// <see cref='System.Drawing.Drawing2D.
Matrix
'/> by prepending the scale vector.
315
/// <see cref='System.Drawing.Drawing2D.
Matrix
'/> using the specified order.
328
/// Rotates this <see cref='System.Drawing.Drawing2D.
Matrix
'/> clockwise about the
339
/// Rotates this <see cref='System.Drawing.Drawing2D.
Matrix
'/> clockwise about the
355
/// specified point to this <see cref='System.Drawing.Drawing2D.
Matrix
'/> by prepending the rotation.
366
/// to this <see cref='System.Drawing.Drawing2D.
Matrix
'/> in the
392
/// vector to this <see cref='System.Drawing.Drawing2D.
Matrix
'/> by prepending the shear vector.
405
/// vector to this <see cref='System.Drawing.Drawing2D.
Matrix
'/> in the specified order.
417
/// Inverts this <see cref='System.Drawing.Drawing2D.
Matrix
'/>, if it is
431
/// Applies the geometrical transform this <see cref='System.Drawing.Drawing2D.
Matrix
'/>represents to an
464
/// Applies the geometrical transform this <see cref='System.Drawing.Drawing2D.
Matrix
'/> represents to an array of points.
569
/// <see cref='System.Drawing.Drawing2D.
Matrix
'/> is invertible.
586
/// Gets a value indicating whether this <see cref='System.Drawing.Drawing2D.
Matrix
'/> is the identity matrix.
605
/// <see cref='System.Drawing.Drawing2D.
Matrix
'/> and is identical to this <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
610
Matrix
matrix2 = obj as
Matrix
;
commonui\System\Drawing\Advanced\PathGradientBrush.cs (12)
637
private void _SetTransform(
Matrix
matrix) {
647
private
Matrix
_GetTransform() {
648
Matrix
matrix = new Matrix();
661
/// Gets or sets a <see cref='System.Drawing.Drawing2D.
Matrix
'/> that defines a local geometrical
665
public
Matrix
Transform
688
/// Multiplies the <see cref='System.Drawing.Drawing2D.
Matrix
'/> that represents the local geometrical
689
/// transform of this <see cref='System.Drawing.Drawing2D.PathGradientBrush'/> by the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/> by prepending the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
692
public void MultiplyTransform(
Matrix
matrix)
700
/// Multiplies the <see cref='System.Drawing.Drawing2D.
Matrix
'/> that represents the local geometrical
701
/// transform of this <see cref='System.Drawing.Drawing2D.PathGradientBrush'/> by the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/> in the specified order.
704
public void MultiplyTransform(
Matrix
matrix, MatrixOrder order)
commonui\System\Drawing\Advanced\TextureBrush.cs (12)
319
private void _SetTransform(
Matrix
matrix) {
326
private
Matrix
_GetTransform() {
327
Matrix
matrix = new Matrix();
341
/// Gets or sets a <see cref='System.Drawing.Drawing2D.
Matrix
'/> that defines a local geometrical
345
public
Matrix
Transform
443
/// Multiplies the <see cref='System.Drawing.Drawing2D.
Matrix
'/> that represents the local geometrical
444
/// transform of this <see cref='System.Drawing.TextureBrush'/> by the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/> by prepending the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
447
public void MultiplyTransform(
Matrix
matrix)
453
/// Multiplies the <see cref='System.Drawing.Drawing2D.
Matrix
'/> that represents the local geometrical
454
/// transform of this <see cref='System.Drawing.TextureBrush'/> by the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/> in the specified order.
457
public void MultiplyTransform(
Matrix
matrix, MatrixOrder order)
commonui\System\Drawing\Graphics.cs (7)
737
public
Matrix
Transform {
739
Matrix
matrix = new Matrix();
961
/// Multiplies the <see cref='System.Drawing.Drawing2D.
Matrix
'/> that
965
public void MultiplyTransform(
Matrix
matrix) {
971
/// Multiplies the <see cref='System.Drawing.Drawing2D.
Matrix
'/> that
974
public void MultiplyTransform(
Matrix
matrix, MatrixOrder order) {
4139
Matrix
cumulTransform = this.Transform; // current context transform.
commonui\System\Drawing\GraphicsContext.cs (1)
61
Matrix
transform = g.Transform;
commonui\System\Drawing\Pen.cs (6)
605
public
Matrix
Transform
608
Matrix
matrix = new Matrix();
651
/// the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
654
public void MultiplyTransform(
Matrix
matrix) {
663
/// the specified <see cref='System.Drawing.Drawing2D.
Matrix
'/> in the specified order.
666
public void MultiplyTransform(
Matrix
matrix, MatrixOrder order) {
commonui\System\Drawing\Region.cs (3)
622
/// specified <see cref='System.Drawing.Drawing2D.
Matrix
'/>.
624
public void Transform(
Matrix
matrix) {
985
public RectangleF[] GetRegionScans(
Matrix
matrix) {
misc\GDI\WindowsGraphics.cs (2)
171
Matrix
worldTransf = null;
180
worldTransf = data[1] as
Matrix
;
System.Web.DataVisualization (51)
Common\Annotation\ArrowAnnotation.cs (1)
460
using(
Matrix
matrix = new Matrix() )
Common\Annotation\CalloutAnnotation.cs (2)
1672
Matrix
matrix = new Matrix();
1783
Matrix
matrix = new Matrix();
Common\ChartTypes\FastPointChart.cs (1)
565
Matrix
rotationMatrix = new Matrix();
Common\ChartTypes\LineChart.cs (1)
763
Matrix
transform = graph.Transform.Clone();
Common\ChartTypes\PolarChart.cs (1)
253
Matrix
matrix = new Matrix();
Common\ChartTypes\RadarChart.cs (2)
486
Matrix
shadowMatrix = new Matrix();
1000
Matrix
matrix = new Matrix();
Common\ChartTypes\RangeChart.cs (2)
513
Matrix
translateMatrix = graph.Transform.Clone();
515
Matrix
oldMatrix = graph.Transform;
Common\General\Axis.cs (10)
1550
Matrix
oldMatrix = graph.Transform;
1556
Matrix
newMatrix = oldMatrix.Clone();
1745
Matrix
oldTransform = null;
2001
private
Matrix
SetRotationTransformation(ChartGraphics graph, RectangleF titlePosition)
2004
Matrix
oldTransform = graph.Transform.Clone();
2013
Matrix
newMatrix = graph.Transform.Clone();
2072
Matrix
oldMatrix = graph.Transform;
2073
Matrix
newMatrix = oldMatrix.Clone();
4914
Matrix
newMatrix = new Matrix();
4944
Matrix
newMatrix = new Matrix();
Common\General\AxisScaleSegments.cs (1)
442
using(
Matrix
newMatrix = new Matrix())
Common\General\ChartArea.cs (1)
2739
Matrix
newMatrix = new Matrix();
Common\General\ChartGraphics.cs (21)
160
private
Matrix
_myMatrix;
627
Matrix
matrix = new Matrix();
812
Matrix
translateMatrix = this.Transform.Clone();
814
Matrix
oldMatrix = this.Transform;
931
Matrix
rotationMatrix = new Matrix();
939
Matrix
translateMatrix = this.Transform.Clone();
943
Matrix
oldMatrix = this.Transform;
992
Matrix
translateMatrixShape = this.Transform.Clone();
993
Matrix
oldMatrixShape = this.Transform;
1018
Matrix
translateMatrix = this.Transform.Clone();
1021
Matrix
oldMatrix = this.Transform;
1071
Matrix
translateMatrix = this.Transform.Clone();
1074
Matrix
oldMatrix = this.Transform;
1725
Matrix
matrix = this.Transform.Clone();
1777
Matrix
oldTransform;
2388
Matrix
originalTransform)
2391
Matrix
curentMatrix = this.Transform;
2522
Matrix
oldTransform)
2763
Matrix
oldTransform;
3884
Matrix
matrix = new Matrix();
3965
Matrix
matrix = new Matrix();
Common\General\ChartRenderingEngine.cs (1)
784
internal
Matrix
Transform
Common\General\GdiGraphics.cs (1)
638
public
Matrix
Transform
Common\General\IChartRenderingEngine.cs (1)
507
Matrix
Transform {get; set;}
Common\General\Label.cs (3)
1189
Matrix
newMatrix = new Matrix();
1242
Matrix
oldMatrix = graph.Transform;
1245
Matrix
textRotationMatrix = oldMatrix.Clone();
Common\General\Title.cs (2)
1634
Matrix
oldTransform = null;
1653
Matrix
newMatrix = chartGraph.Transform.Clone();
System.Windows.Forms (5)
misc\GDI\WindowsGraphics.cs (2)
171
Matrix
worldTransf = null;
180
worldTransf = data[1] as
Matrix
;
winforms\Managed\System\WinForms\ControlPaint.cs (1)
465
Matrix
transform = textureBrush.Transform;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2197
Matrix
m = g.Transform;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5642
System.Drawing.Drawing2D.
Matrix
m = new System.Drawing.Drawing2D.Matrix();
System.Windows.Forms.DataVisualization (52)
Common\Annotation\ArrowAnnotation.cs (1)
460
using(
Matrix
matrix = new Matrix() )
Common\Annotation\CalloutAnnotation.cs (2)
1672
Matrix
matrix = new Matrix();
1783
Matrix
matrix = new Matrix();
Common\ChartTypes\FastPointChart.cs (1)
565
Matrix
rotationMatrix = new Matrix();
Common\ChartTypes\LineChart.cs (1)
763
Matrix
transform = graph.Transform.Clone();
Common\ChartTypes\PolarChart.cs (1)
253
Matrix
matrix = new Matrix();
Common\ChartTypes\RadarChart.cs (2)
486
Matrix
shadowMatrix = new Matrix();
1000
Matrix
matrix = new Matrix();
Common\ChartTypes\RangeChart.cs (2)
513
Matrix
translateMatrix = graph.Transform.Clone();
515
Matrix
oldMatrix = graph.Transform;
Common\General\Axis.cs (10)
1550
Matrix
oldMatrix = graph.Transform;
1556
Matrix
newMatrix = oldMatrix.Clone();
1745
Matrix
oldTransform = null;
2001
private
Matrix
SetRotationTransformation(ChartGraphics graph, RectangleF titlePosition)
2004
Matrix
oldTransform = graph.Transform.Clone();
2013
Matrix
newMatrix = graph.Transform.Clone();
2072
Matrix
oldMatrix = graph.Transform;
2073
Matrix
newMatrix = oldMatrix.Clone();
4914
Matrix
newMatrix = new Matrix();
4944
Matrix
newMatrix = new Matrix();
Common\General\AxisScaleSegments.cs (1)
442
using(
Matrix
newMatrix = new Matrix())
Common\General\ChartArea.cs (1)
2739
Matrix
newMatrix = new Matrix();
Common\General\ChartGraphics.cs (21)
160
private
Matrix
_myMatrix;
627
Matrix
matrix = new Matrix();
812
Matrix
translateMatrix = this.Transform.Clone();
814
Matrix
oldMatrix = this.Transform;
931
Matrix
rotationMatrix = new Matrix();
939
Matrix
translateMatrix = this.Transform.Clone();
943
Matrix
oldMatrix = this.Transform;
992
Matrix
translateMatrixShape = this.Transform.Clone();
993
Matrix
oldMatrixShape = this.Transform;
1018
Matrix
translateMatrix = this.Transform.Clone();
1021
Matrix
oldMatrix = this.Transform;
1071
Matrix
translateMatrix = this.Transform.Clone();
1074
Matrix
oldMatrix = this.Transform;
1725
Matrix
matrix = this.Transform.Clone();
1777
Matrix
oldTransform;
2388
Matrix
originalTransform)
2391
Matrix
curentMatrix = this.Transform;
2522
Matrix
oldTransform)
2763
Matrix
oldTransform;
3884
Matrix
matrix = new Matrix();
3965
Matrix
matrix = new Matrix();
Common\General\ChartRenderingEngine.cs (1)
784
internal
Matrix
Transform
Common\General\GdiGraphics.cs (1)
638
public
Matrix
Transform
Common\General\Label.cs (3)
1189
Matrix
newMatrix = new Matrix();
1242
Matrix
oldMatrix = graph.Transform;
1245
Matrix
textRotationMatrix = oldMatrix.Clone();
Common\General\Title.cs (2)
1634
Matrix
oldTransform = null;
1653
Matrix
newMatrix = chartGraph.Transform.Clone();
WinForm\ChartWinControl.cs (2)
468
System.Drawing.Drawing2D.
Matrix
drawingMatrix = new System.Drawing.Drawing2D.Matrix();
469
System.Drawing.Drawing2D.
Matrix
oldMatrix = e.Graphics.Transform;
System.Workflow.Activities (3)
Common\NativeMethods.cs (1)
333
public XFORM(System.Drawing.Drawing2D.
Matrix
transform)
Designers\StateMachineDesignerPaint.cs (2)
131
Matrix
oldTransform = graphics.Transform;
158
Matrix
oldTransform = graphics.Transform;
System.Workflow.ComponentModel (19)
AuthoringOM\Design\DesignerHelpers.cs (3)
500
Matrix
oldMatrix = graphics.Transform;
610
Matrix
oldTransform = graphics.Transform;
640
Matrix
oldTransform = graphics.Transform;
AuthoringOM\Design\WorkflowLayouts.cs (7)
150
Matrix
transformationMatrix = new Matrix();
238
Matrix
transformationMatrix = new Matrix();
534
Matrix
coOrdTxMatrix = new Matrix();
549
Matrix
graphicsMatrics = new Matrix();
602
Matrix
emptyMatrix = new Matrix();
607
Matrix
coOrdTxMatrix = new Matrix();
626
Matrix
viewPortMatrix = new Matrix();
AuthoringOM\Design\WorkflowPrinting.cs (1)
140
Matrix
oldTransform = graphics.Transform;
AuthoringOM\Design\WorkflowView.cs (7)
1572
Matrix
transformationMatrix = new Matrix();
2055
Matrix
scalingMatrix = new Matrix();
2065
Matrix
scalingMatrix = new Matrix();
2109
Matrix
scalingMatrix = new Matrix();
2115
Matrix
translateMatrix = new Matrix();
2126
Matrix
translateMatrix = new Matrix();
2131
Matrix
scalingMatrix = new Matrix();
Shared\NativeMethods.cs (1)
443
public XFORM(System.Drawing.Drawing2D.
Matrix
transform)