ControlPaint.DrawContainerGrabHandle(Graphics, Rectangle) 方法

定义

在指定的图形图面和指定边界内绘制容器控件抓取手柄标志符号。

public:
 static void DrawContainerGrabHandle(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle bounds);
public static void DrawContainerGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds);
static member DrawContainerGrabHandle : System.Drawing.Graphics * System.Drawing.Rectangle -> unit
Public Shared Sub DrawContainerGrabHandle (graphics As Graphics, bounds As Rectangle)

参数

graphics
Graphics

Graphics 绘制的。

bounds
Rectangle

表示 Rectangle 抓取手柄字形的尺寸。

注解

容器使用抓取句柄向用户指示用户可以直接操作容器。 该操作可以包含大小调整和移动等操作。

适用于