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

注解

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

适用于