SVGTransform.SetMatrix
SVGTransform.SetMatrix method
将变换类型设置为 SVG_TRANSFORM_MATRIX,参数矩阵定义新的变换。复制参数矩阵的值,矩阵参数不会替换 SVGTransform::matrix.
public void SetMatrix(SVGMatrix matrix)
范围 | 类型 | 描述 |
---|---|---|
matrix | SVGMatrix | 转换的新矩阵。 |
例外
例外 | (健康)状况 |
---|---|
DOMException | 代码NO_MODIFICATION_ALLOWED_ERR 在尝试更改只读属性的值时引发。 |
也可以看看
- class SVGMatrix
- class SVGTransform
- 命名空间 Aspose.Html.Dom.Svg.DataTypes
- 部件 Aspose.HTML