3 references to SelectObject
System.Drawing (3)
misc\GDI\DeviceContext.cs (3)
194
IntPtr currentPen = IntUnsafeNativeMethods.
SelectObject
(new HandleRef(this, this.Hdc), new HandleRef( this, hInitialPen));
202
IntPtr currentBrush = IntUnsafeNativeMethods.
SelectObject
(new HandleRef(this, this.Hdc), new HandleRef( this, hInitialBrush));
210
IntPtr currentBmp = IntUnsafeNativeMethods.
SelectObject
(new HandleRef(this, this.Hdc), new HandleRef( this, hInitialBmp));