SVGGraphicsElementGetCTM 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.
Namespace: Aspose.Html.Dom.SvgAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 22.4
Syntaxpublic SVGMatrix GetCTM()
Public Function GetCTM As SVGMatrix
public:
SVGMatrix^ GetCTM()
member GetCTM : unit -> SVGMatrix
Return Value
Type:
SVGMatrixAn SVGMatrix object that defines the CTM.
See Also