ControlPaint.DrawGrabHandle(Graphics, Rectangle, Boolean, Boolean) 方法

定义

在指定的边界内、指定的图形表面上,按样式绘制处于指定状态的标准的选择抓取柄标志符号。

public:
 static void DrawGrabHandle(System::Drawing::Graphics ^ graphics, System::Drawing::Rectangle rectangle, bool primary, bool enabled);
public static void DrawGrabHandle (System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary, bool enabled);
static member DrawGrabHandle : System.Drawing.Graphics * System.Drawing.Rectangle * bool * bool -> unit
Public Shared Sub DrawGrabHandle (graphics As Graphics, rectangle As Rectangle, primary As Boolean, enabled As Boolean)

参数

graphics
Graphics

要进行绘制的 Graphics

rectangle
Rectangle

代表抓取柄标志符号尺寸的 Rectangle

primary
Boolean

若要将该句柄绘制为主抓取柄,则为 true;否则为 false

enabled
Boolean

若要绘制处于启用状态的句柄,则为 true;否则为 false

注解

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

适用于