Environment.SelectObject Method

Public Shared Function SelectObject( _ 
ByVal hdc As IntPtr, _ 
ByVal bmp As IntPtr
) As IntPtr
This language is not supported or no code example is available.
public static extern IntPtr SelectObject( 
IntPtr hdc
IntPtr bmp 
)
This language is not supported or no code example is available.

Parameters

hdc
IntPtr

bmp
IntPtr

Return Value

IntPtr

.NET Framework

Supported in: 4.8

In this article

Definition