PathGeometry 类 |
命名空间: CPF.Drawing
public class PathGeometry : IDisposable, ICloneable
PathGeometry 类型公开以下成员。
| 名称 | 说明 | |
|---|---|---|
| PathGeometry | 初始化 PathGeometry 类的一个新实例 | |
| PathGeometry(IPathImpl) | 初始化 PathGeometry 类的一个新实例 | |
| PathGeometry(Font, String) | 初始化 PathGeometry 类的一个新实例 |
| 名称 | 说明 | |
|---|---|---|
| AddPath | ||
| ArcTo |
添加一个圆弧
| |
| BeginFigure |
开始新的图形操作,设置起始点。和EndFigure匹配
| |
| Clone | ||
| Contains | ||
| CreateStrokePath |
创建一个用于描边当前路径的路径
| |
| CubicTo |
三次方程式贝塞尔曲线
| |
| Dispose | 释放被 PathGeometry 使用的所有资源 | |
| Dispose(Boolean) | 释放被 PathGeometry 使用的非托管资源,并且是否托管资源(可选) | |
| EndFigure |
结束当前图形操作,是否闭合路径。和BeginFigure匹配
| |
| Equals | (继承自 Object。) | |
| Finalize | (重写 ObjectFinalize.) | |
| GetBounds | ||
| GetHashCode | (继承自 Object。) | |
| GetType | (继承自 Object。) | |
| LineTo |
添加一条线
| |
| MemberwiseClone | (继承自 Object。) | |
| QuadTo |
二次方程式贝塞尔曲线
| |
| ToString | (重写 ObjectToString.) | |
| Transform |
| 名称 | 说明 | |
|---|---|---|
| ConvertTo |
类型转换
(由 ObjectExtenstions 定义。) | |
| Delay |
延迟操作
(由 ObjectExtenstions 定义。) | |
| Equal |
对象是否相等
(由 ObjectExtenstions 定义。) | |
| GetCreationCode | (由 ObjectExtenstions 定义。) | |
| GetPropretyValue |
获取对象属性值
(由 ObjectExtenstions 定义。) | |
| GetValue |
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。) | |
| Invoke |
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。) | |
| SetPropretyValue |
设置属性值
(由 ObjectExtenstions 定义。) | |
| SetValue |
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。) |