[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinApiAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public static IntPtr SelectObject(
IntPtr hDc,
IntPtr hGdiObj
)
public static IntPtr SelectObject(
IntPtr hDc,
IntPtr hGdiObj
)
Public Shared Function SelectObject (
hDc As IntPtr,
hGdiObj As IntPtr
) As IntPtr
Public Shared Function SelectObject (
hDc As IntPtr,
hGdiObj As IntPtr
) As IntPtr
public:
static IntPtr SelectObject(
IntPtr hDc,
IntPtr hGdiObj
)
public:
static IntPtr SelectObject(
IntPtr hDc,
IntPtr hGdiObj
)
static member SelectObject :
hDc : IntPtr *
hGdiObj : IntPtr -> IntPtrstatic member SelectObject :
hDc : IntPtr *
hGdiObj : IntPtr -> IntPtrReturn Value
Type:
IntPtr