offsetY property

Gets the y-coordinate of the mouse pointer, relative to the target node.

 

Syntax

HRESULT value = object.get_offsetY(* p);

Property values

Type: long

The y-coordinate.

Standards information

Remarks

Offset coordinates include the padding of an element, but not its margin or border.

See also

Reference

IDOMMouseEvent::clientY

IDOMMouseEvent::pageY

IDOMMouseEvent::screenY

IDOMMouseEvent::y