Table of Contents

Method GetCTM

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

GetCTM()

For each given element, the accumulation of all transformations that have been defined on the given element and all of its ancestors up to and including the element that established the current viewport (usually, the 'svg' element which is the most immediate ancestor to the given element) is called the current transformation matrix or CTM.

public ISvgMatrix GetCTM()

Returns

ISvgMatrix

A matrix representing the mapping of current user coordinates to viewport coordinates.