点击或拖拽改变大小

Region 方法

The Region type exposes the following members.

方法
  名称说明
公共方法Add
添加一个几何对象
(继承自 GeometryCollection。)
公共方法AddRange
添加一组几何对象
(继承自 GeometryCollection。)
公共方法Clear
清空几何对象
(继承自 GeometryCollection。)
公共方法Clone
深度克隆一个副本对象
(覆写 PathClone.)
公共方法Close
封闭环(如果环不是封闭的才会执行)
公共方法Contains
是否包含传入的几何对象
(覆写 PathContains(IGeometry).)
公共方法Crosses
是否被传入的几何对象穿越
(覆写 PathCrosses(IGeometry).)
公共方法DimensionTransformation
维度变换
(覆写 PathDimensionTransformation(Int32).)
公共方法Disjoint
是否与传入的几何对象相离
(覆写 PathDisjoint(IGeometry).)
公共方法Empty
制空几何对象
(继承自 GeometryCollection。)
公共方法Equals
是否与传入的几何对象全等
(覆写 PathEquals(IGeometry).)
受保护的方法GeometryFilter
几何对象过滤函数
(继承自 Path。)
受保护的方法GeometryProcess
几何对象后处理函数
(继承自 GeometryCollection。)
公共方法GetEnumerator
枚举指示器
(继承自 GeometryCollection。)
公共方法GetEnvelope
获取最新的包络矩形框(总会调用ResetBoundingBox来重置)
(继承自 GeometryCollection。)
公共方法IndexOf
几何对象在集合的位置
(继承自 GeometryCollection。)
公共方法Insert
插入一个几何对象
(继承自 GeometryCollection。)
公共方法Intersects
否与传入的几何对象相交
(覆写 PathIntersects(IGeometry).)
公共方法IsEqual
比较两个对象是否相等
(覆写 PathIsEqual(Object).)
公共方法Merge
弧段融合(注:当是复杂类型时,自动取子项)
(继承自 Path。)
公共方法Normalize
标准化(闭合)
(覆写 GeometryCollectionNormalize.)
公共方法Offset
偏移
(继承自 GeometryCollection。)
公共方法Overlaps
是否与传入的几何对象重叠
(覆写 PathOverlaps(IGeometry).)
公共方法Project
投影变化
(继承自 GeometryCollection。)
公共方法QueryEndPointAngle
终点处的水平倾角
(继承自 Path。)
公共方法QueryNodes
获取 Path 的所有节点 Path 对象由 Point BeeLine BezierCurve 等元素组成
(继承自 Path。)
公共方法QueryNormal
在沿着曲线的指定距离处构造一个曲线的切线的垂线(注:bFromStart参数不会影响线性方向)
(继承自 Path。)
公共方法QueryPoint
在沿着曲线的指定距离处构造一个曲线的点
(继承自 Path。)
公共方法QueryPointAndDistance
计算点到曲线的最近点
(继承自 Path。)
公共方法QuerySegments
获取 Path 的所有组成部分 Path 对象由 Point BeeLine BezierCurve 等元素组成 依据节点对直线的节点提取的,这些点不是克隆的副本(IBezierCurve是拟合的点),对这些点的修改会影响图形本身
(继承自 Path。)
公共方法QueryStartPointAngle
起点处的水平倾角
(继承自 Path。)
公共方法QuerySubCurve
获取子弧段(注:bFromStart参数不会影响线性方向)
(继承自 Path。)
公共方法QueryTangent
在沿着曲线的指定距离处构造一个曲线的切线(注:bFromStart参数不会影响线性方向)
(继承自 Path。)
公共方法RemoveAt
移除几何对象
(继承自 GeometryCollection。)
公共方法RemoveCollinearVertices(Double, Double)
移除共线顶点(跨类型不检测)
(继承自 Path。)
公共方法ResetEnvelope
重置几何对象的包络矩形框(当修改坐标或是空间参考变化后执行,确保BoundingBox是最新的对象)
(继承自 GeometryCollection。)
公共方法Reverse
节点反序
(继承自 GeometryCollection。)
公共方法ReverseOrientation
倒序
(继承自 Path。)
公共方法Rotate
旋转
(继承自 GeometryCollection。)
公共方法ToString
几何图形的WKT描述
(继承自 GeometryCollection。)
公共方法Touches
是否与传入的几何对象相邻
(覆写 PathTouches(IGeometry).)
公共方法ToWellKnownBinary
几何图形的WKB描述
(继承自 GeometryCollection。)
公共方法ToWellKnownText
几何图形的WKT描述
(继承自 GeometryCollection。)
公共方法Within
是否在传入的几何对象内部
(覆写 PathWithin(IGeometry).)
Top
参见