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

注解

不应使用此方法。

适用于