SVGPoint.MatrixTransform
SVGPoint.MatrixTransform method
Applies a 2x3 matrix transformation on this SVGPoint object and returns a new, transformed SVGPoint object: newpoint = matrix* thispoint
public SVGPoint MatrixTransform(SVGMatrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | SVGMatrix | he matrix which is to be applied to this SVGPoint object. |
Return Value
A new SVGPoint object.
See Also
- class SVGMatrix
- class SVGPoint
- namespace Aspose.Svg.DataTypes
- assembly Aspose.SVG