Gdi32SelectObject Method

Overload List

SelectObject(HandleRef, HandleRef) Selects an object into a specified device context.

The new object replaces the previous object of the same type.

SelectObject(IntPtr, IntPtr) Selects an object into a specified device context.

The new object replaces the previous object of the same type.

SelectObject(SafeHandle, SafeHandle) Selects an object into a specified device context.

The new object replaces the previous object of the same type.

See Also