ActivityDesignerPaint 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
提供用于在活动设计器图面上绘制用户界面元素的静态方法。 此类不能被继承。
public ref class ActivityDesignerPaint abstract sealed
public static class ActivityDesignerPaint
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public static class ActivityDesignerPaint
type ActivityDesignerPaint = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActivityDesignerPaint = class
Public Class ActivityDesignerPaint
- 继承
-
ActivityDesignerPaint
- 属性
注解
注释
此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的
方法
| 名称 | 说明 |
|---|---|
| Draw3DButton(Graphics, Image, Rectangle, Single, ButtonState) |
已过时.
在活动设计器图面上绘制三维按钮。 |
| DrawExpandButton(Graphics, Rectangle, Boolean, CompositeDesignerTheme) |
已过时.
绘制用于在活动设计器图面上展开和折叠复合设计器的按钮。 |
| DrawImage(Graphics, Image, Rectangle, DesignerContentAlignment) |
已过时.
使用 、 Graphicsa Image、a Rectangle和 a DesignerContentAlignment在活动设计器图面上绘制图像。 |
| DrawImage(Graphics, Image, Rectangle, Rectangle, DesignerContentAlignment, Single, Boolean) |
已过时.
使用、 Graphics源 Image和目标 Rectangle、 DesignerContentAlignment单精度浮点数和布尔值在活动设计器图面上绘制图像。 |
| DrawRoundedRectangle(Graphics, Pen, Rectangle, Int32) |
已过时.
在活动设计器图面上绘制一个圆角矩形。 |
| DrawText(Graphics, Font, String, Rectangle, StringAlignment, TextQuality, Brush) |
已过时.
在活动设计器图面上绘制文本。 |
| GetRoundedRectanglePath(Rectangle, Int32) |
已过时.
返回用于绘制指定圆角矩形的图形路径。 |