ProgressBarRenderer.DrawHorizontalChunks(Graphics, Rectangle) 方法

定义

绘制填充水平进度栏的一组进度栏格。

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

参数

g
Graphics

Graphics,用于绘制进度栏。

bounds
Rectangle

Rectangle,它指定进度栏格填充的范围。

例外

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

  • 或 -

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

  • 或 -

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

注解

此方法绘制的每个进度条段跨越参数的高度 bounds 。 绘制的进度条块数由宽度bounds和属性返回ChunkSpaceThicknessChunkThickness的值决定。

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

适用于