'Declaration
Public Function SelectObject( _ ByVal gdiObjectHandle As IntPtr _ ) As IntPtr
public IntPtr SelectObject( IntPtr gdiObjectHandle )
Parameters
- gdiObjectHandle
- A System.IntPtr that indicates the handle to the gdi object to be selected.
Return Value
Returns the handle of the previous gdi object of the same type.