3 references to TranslateTransform
System.Drawing.Common.Tests (2)
System\Drawing\Drawing2D\LinearGradientBrushTests.cs (2)
743
brush.
TranslateTransform
(dx, dy);
779
AssertExtensions.Throws<ArgumentException>(null, () => brush.
TranslateTransform
(0, 0));
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
1149
b.
TranslateTransform
(parent.Width - control.Location.X, parent.Height - control.Location.Y);