3 references to TranslateTransform
System.Drawing (3)
misc\GDI\ApplyGraphicsProperties.cs (1)
37
All = Clipping |
TranslateTransform
misc\GDI\WindowsGraphics.cs (2)
173
if ((properties & ApplyGraphicsProperties.
TranslateTransform
) != 0 || (properties & ApplyGraphicsProperties.Clipping) != 0)
185
if ((properties & ApplyGraphicsProperties.
TranslateTransform
) != 0)