Method CreateSvgMatrix
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
CreateSvgMatrix()
Creates an SVGMatrix object outside of any document trees. The object is initialized to the identity matrix.
public ISvgMatrix CreateSvgMatrix()
Returns
- ISvgMatrix
An SVGMatrix object.