Graphics.FromHwndInternal(IntPtr) 메서드

정의

지정된 창 핸들에 대한 새 Graphics를 만듭니다.

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

매개 변수

hwnd
IntPtr

nativeint

창에 대한 핸들입니다.

반환

지정된 창 핸들에 대한 Graphics입니다.

설명

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

적용 대상