5 references to OffsetX
System.Drawing (2)
commonui\System\Drawing\Icon.cs (2)
507
copy.X += (int) graphics.Transform.
OffsetX
;
532
copy.X += (int) graphics.Transform.
OffsetX
;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Cursor.cs (1)
415
targetRect.X += (int) graphics.Transform.
OffsetX
;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2199
IntNativeMethods.RECT lpRect = IntNativeMethods.RECT.FromXYWH(rect.X + (int)m.
OffsetX
+ 2, rect.Y + (int)m.OffsetY - 1, rect.Width - 4, rect.Height);
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
470
drawingMatrix.Translate(oldMatrix.
OffsetX
, oldMatrix.OffsetY);