Region.GetHrgn(Graphics) 方法

定义

返回指定图形上下文中此 Region 的 Windows 句柄。

public:
 IntPtr GetHrgn(System::Drawing::Graphics ^ g);
public IntPtr GetHrgn (System.Drawing.Graphics g);
member this.GetHrgn : System.Drawing.Graphics -> nativeint
Public Function GetHrgn (g As Graphics) As IntPtr

参数

g
Graphics

Graphics 将绘制到的 Region

返回

IntPtr

nativeint

Region 的 Windows 句柄。

例外

gnull

注解

你负责调用 ReleaseHrgn 方法来释放 GDI 区域对象使用的内存。

适用于