blockly > utils > browserEvents > mouseToSvg
Fungsi utils.browserEvents.mouseToSvg()
Menampilkan koordinat yang dikonversi dari peristiwa mouse yang diberikan. Origin (0,0) adalah sudut kiri atas Blockly SVG.
Tanda Tangan:
export declare function mouseToSvg(e: MouseEvent, svg: SVGSVGElement, matrix: SVGMatrix | null): SVGPoint;
Parameter
Parameter | Jenis | Deskripsi |
---|---|---|
e | MouseEvent | Peristiwa mouse. |
svg | SVGSVGElement | SVG. |
matrix | SVGMatrix | null (kosong) | Menggunakan CTM layar terbalik. |
Hasil:
SVGPoint
Objek dengan properti .x dan .y.