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