Class 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.Html.Dom.Svg.DataTypes
- 部件 Aspose.HTML