MatrixTransform
SVGPoint.MatrixTransform method
对此 SVGPoint 对象应用 2x3 矩阵变换并返回一个新的、变换后的 SVGPoint 对象: newpoint = matrix* thispoint
public SVGPoint MatrixTransform(SVGMatrix matrix)
范围 | 类型 | 描述 |
---|---|---|
matrix | SVGMatrix | 将应用于此 SVGPoint 对象的矩阵。 |
返回值
一个新的 SVGPoint 对象。
也可以看看
- class SVGMatrix
- class SVGPoint
- 命名空间 Aspose.Svg.DataTypes
- 部件 Aspose.SVG