5 references to Clipping
System.Drawing (5)
commonui\System\Drawing\Icon.cs (2)
510
WindowsGraphics wg = WindowsGraphics.FromGraphics(graphics, ApplyGraphicsProperties.
Clipping
);
535
WindowsGraphics wg = WindowsGraphics.FromGraphics(graphics, ApplyGraphicsProperties.
Clipping
);
misc\GDI\ApplyGraphicsProperties.cs (1)
37
All =
Clipping
| TranslateTransform
misc\GDI\WindowsGraphics.cs (2)
173
if ((properties & ApplyGraphicsProperties.TranslateTransform) != 0 || (properties & ApplyGraphicsProperties.
Clipping
) != 0)
194
if ((properties & ApplyGraphicsProperties.
Clipping
) != 0)