Exemplo n.º 1
0
	public SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix) { return default(SVGTransform); }
Exemplo n.º 2
0
	public SVGMatrix multiply(SVGMatrix secondMatrix) { return default(SVGMatrix); }
Exemplo n.º 3
0
	public SVGPoint matrixTransform(SVGMatrix matrix) { return default(SVGPoint); }