public SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix) { return default(SVGTransform); }
Beispiel #2
0
	public SVGPoint matrixTransform(SVGMatrix matrix) { return default(SVGPoint); }
Beispiel #3
0
	public SVGMatrix multiply(SVGMatrix secondMatrix) { return default(SVGMatrix); }