public SVGMatrix GetTransformToElement(SVGGraphicsElement element)
 {
     return default(SVGMatrix);
 }
Beispiel #2
0
 public SVGMatrix GetTransformToElement(SVGGraphicsElement element)
 {
     return(default(SVGMatrix));
 }