| Geometry 方法 | 
Geometry 类型公开以下成员。
 方法
方法| 名称 | 说明 | |
|---|---|---|
|  | Contains | 
            测试指定 Point 结构是否包含在此 Geometry 中。
             | 
|  | Dispose | |
|  | 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 定义。) | 
 参见
参见