接口 IPathSegment

IPathSegment interface

表示任何路径段的接口。

public interface IPathSegment : ICloneable

方法

名称描述
Copy()创建段对象的副本。
Shift(double, double)按 x 和 y 坐标执行平移。
Transform(TransformationMatrix)使用变换矩阵转换坐标。

另见