SVGPoint
SVGPoint class
许多 SVG DOM 接口都引用了 SVGPoint 类的对象。 SVGPoint 是一个 (x, y) 坐标对。在矩阵运算中使用时,SVGPoint 被视为以下形式的向量: [x] [y] [1] 如果将 SVGRect 对象指定为只读,则尝试分配给它的一个属性将导致抛出异常。
public class SVGPoint : SVGValueType
特性
姓名 | 描述 |
---|---|
X { get; set; } | X 坐标。 |
Y { get; set; } | Y 坐标。 |
方法
姓名 | 描述 |
---|---|
Dispose() | 释放非托管和 - 可选 - 托管资源。 |
virtual GetPlatformType() | 此方法用于检索 ECMAScript 对象Type . |
MatrixTransform(SVGMatrix) | 对此 SVGPoint 对象应用 2x3 矩阵变换并返回一个新的、变换后的 SVGPoint 对象: newpoint = matrix* thispoint |
override ToString() | 返回一个String代表这个实例。 |
也可以看看
- class SVGValueType
- 命名空间 Aspose.Svg.DataTypes
- 部件 Aspose.SVG