blockly > browserEvents > mouseToSvg
Funkcja BrowserEvents.mouseToSvg()
Zwraca przekonwertowane współrzędne danego zdarzenia myszy. Punkt początkowy (0,0) to lewy górny róg pliku SVG Blockly
Podpis:
export declare function mouseToSvg(e: MouseEvent, svg: SVGSVGElement, matrix: SVGMatrix | null): SVGPoint;
Parametry
Parametr | Typ | Opis |
---|---|---|
e | MouseEvent | Zdarzenie myszy. |
svg | SVGSVGElement | SVG. |
Matrix | SVGMatrix | wartość null | Odwrócony system CTM do użycia. |
Zwroty:
SVGPoint
Obiekt z właściwościami .x i .y.