Back to API Reference
Interface

IMagnifier

abstract

Magnifier entity that appears during long-press cursor placement and selection-handle dragging. The implementation owns its presentation mechanism.

Remarks

The magnifier is shown during long-press (for precise cursor placement) and during selection handle drag. It hides on pointer up / drag end.

Implementations(1)

Types that implement IMagnifier.

public abstract void Show(Vector2 position)

Shows the magnifier centered on the specified position.

public abstract void Hide()

Hides the magnifier.

public abstract void UpdatePosition(Vector2 position)

Updates the magnifier's focal position while it is visible.