IGeometryImpl 接口 |
[缺少 "T:CPF.Drawing.IGeometryImpl" 的 <summary> 文档]
命名空间: CPF.Drawing
public interface IGeometryImpl : IDisposable
IGeometryImpl 类型公开以下成员。
名称 | 说明 | |
---|---|---|
Contains |
测试指定 Point 结构是否包含在此 Geometry 中。
| |
Dispose | (继承自 IDisposable。) | |
Exclude |
更新此 Geometry,以仅包含其内部与指定的 Geometry 不相交的部分。
| |
GetRenderBounds |
获取能容纳该 Geometry 的最小矩形
| |
Intersect |
更新此 Geometry,更新为其自身与指定的 Geometry 的交集。
| |
Union |
将此 Geometry 更新为其自身与指定 Geometry 的并集。
| |
Xor |
将此 geometry 更新为其自身与指定 geometry 的并集减去这两者的交集。
|