Geometry 类 |
[缺少 "T:CPF.Drawing.Geometry" 的 <summary> 文档]
命名空间: CPF.Drawing
public class Geometry : IDisposable
Geometry 类型公开以下成员。
名称 | 说明 | |
---|---|---|
![]() | Geometry | 初始化 Geometry 类的一个新实例 |
![]() | Geometry(PathGeometry) | 初始化 Geometry 类的一个新实例 |
名称 | 说明 | |
---|---|---|
![]() | GeometryImpl |
名称 | 说明 | |
---|---|---|
![]() | Contains |
测试指定 Point 结构是否包含在此 Geometry 中。
|
![]() | Dispose | 释放被 Geometry 使用的所有资源 |
![]() | Equals | (继承自 Object。) |
![]() | Exclude |
更新此 Geometry,以仅包含其内部与指定的 Geometry 不相交的部分。
|
![]() | Finalize | (继承自 Object。) |
![]() | GetHashCode | (继承自 Object。) |
![]() | GetRenderBounds |
获取能容纳该 Geometry 的最小矩形
|
![]() | GetType | (继承自 Object。) |
![]() | Intersect |
更新此 Geometry,更新为其自身与指定的 Geometry 的交集。
|
![]() | MemberwiseClone | (继承自 Object。) |
![]() | ToString | (继承自 Object。) |
![]() | Union |
将此 Geometry 更新为其自身与指定 Geometry 的并集。
|
![]() | Xor |
将此 geometry 更新为其自身与指定 geometry 的并集减去这两者的交集。
|
名称 | 说明 | |
---|---|---|
![]() | ConvertTo |
类型转换
(由 ObjectExtenstions 定义。) |
![]() | Delay |
延迟操作
(由 ObjectExtenstions 定义。) |
![]() | Equal |
对象是否相等
(由 ObjectExtenstions 定义。) |
![]() | GetCreationCode | (由 ObjectExtenstions 定义。) |
![]() | GetPropretyValue |
获取对象属性值
(由 ObjectExtenstions 定义。) |
![]() | GetValue |
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。) |
![]() | Invoke |
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。) |
![]() | SetPropretyValue |
设置属性值
(由 ObjectExtenstions 定义。) |
![]() | SetValue |
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。) |