blockly > utils > browserEvents > mouseToSvg

utils.browserEvents.mouseToSvg() işlevi

Belirli bir fare etkinliğinin dönüştürülmüş koordinatlarını döndürür. Kaynak (0,0), Blockly SVG'nin sol üst köşesidir.

İmza:

export declare function mouseToSvg(e: MouseEvent, svg: SVGSVGElement, matrix: SVGMatrix | null): SVGPoint;

Parametreler

Parametre Tür Açıklama
e MouseEvent Fare etkinliği.
svg SVGSVGElement SVG öğesi.
matrix SVGMatrisi | boş Kullanılacak ters ekran CTM'si.

İadeler:

SVGPoint

.x ve .y özelliklerine sahip nesne.