SVGTransform.SetMatrix
SVGTransform.SetMatrix method
Sets the transform type to SVG_TRANSFORM_MATRIX, with parameter matrix defining the new transformation. The values from the parameter matrix are copied, the matrix parameter does not replace SVGTransform::matrix.
public void SetMatrix(SVGMatrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | SVGMatrix | The new matrix for the transformation. |
Exceptions
exception | condition |
---|---|
DOMException | Code NO_MODIFICATION_ALLOWED_ERR . Raised on an attempt to change the value of a read only attribute. |
See Also
- class SVGMatrix
- class SVGTransform
- namespace Aspose.Svg.DataTypes
- assembly Aspose.SVG