Graphics.FromHdcInternal(IntPtr) 메서드

정의

지정된 디바이스 컨텍스트에 대한 Graphics를 반환합니다.

public:
 static System::Drawing::Graphics ^ FromHdcInternal(IntPtr hdc);
public static System.Drawing.Graphics FromHdcInternal (IntPtr hdc);
static member FromHdcInternal : nativeint -> System.Drawing.Graphics
Public Shared Function FromHdcInternal (hdc As IntPtr) As Graphics

매개 변수

hdc
IntPtr

nativeint

디바이스 컨텍스트에 대한 핸들입니다.

반환

지정된 디바이스 컨텍스트에 대한 Graphics입니다.

설명

이 메서드를 사용하면 안 됩니다.

적용 대상