ProgressBarRenderer.DrawHorizontalBar(Graphics, Rectangle) 方法

定义

绘制一个水平填充的空白进度栏控件。

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

参数

g
Graphics

Graphics,用于绘制进度栏。

bounds
Rectangle

Rectangle,它指定进度栏的边界。

例外

操作系统不支持视觉样式。

- 或 -

用户在操作系统中禁用视觉样式。

- 或 -

视觉样式不应用于应用程序窗口的工作区。

注解

在使用此方法之前,应验证 属性是否 IsSupported 返回 true

适用于