MousePosition

Property

Namespace: Imagini

Declared in: Imagini.AppBase


Returns the last recorded mouse position. Can be used with CaptureMouse to query relative mouse movement.

Syntax

public Point MousePosition { public get; }

See also

  • CaptureMouse

  • Back to index