3 references to FromGraphics
System.Drawing (3)
commonui\System\Drawing\Icon.cs (2)
510
WindowsGraphics wg = WindowsGraphics.
FromGraphics
(graphics, ApplyGraphicsProperties.Clipping);
535
WindowsGraphics wg = WindowsGraphics.
FromGraphics
(graphics, ApplyGraphicsProperties.Clipping);
misc\GDI\WindowsGraphics.cs (1)
157
return WindowsGraphics.
FromGraphics
(g, properties);