5 references to DeviceContextGraphicsMode
System.Drawing (5)
misc\GDI\DeviceContext.cs (5)
473
public
DeviceContextGraphicsMode
GraphicsMode
479
return (
DeviceContextGraphicsMode
) IntUnsafeNativeMethods.GetGraphicsMode( new HandleRef( this, this.Hdc ) );
494
public
DeviceContextGraphicsMode
SetGraphicsMode(
DeviceContextGraphicsMode
newMode)
496
return (
DeviceContextGraphicsMode
) IntUnsafeNativeMethods.SetGraphicsMode( new HandleRef( this, this.Hdc ), unchecked((int) newMode));