SVGGraphicsElement.GetCTM

SVGGraphicsElement.GetCTM method

Returns the transformation matrix from current user units (i.e., after application of the ‘transform’ attribute, if any) to the viewport coordinate system for the nearestViewportElement.

public SVGMatrix GetCTM()

Return Value

An SVGMatrix object that defines the CTM.

See Also