IsPointVisible(Point) Method

Definition

Assembly PanAndZoom.dll

Determines if a point in content coordinates is visible in the viewport.

public bool IsPointVisible(Point point)

Parameters

point
Avalonia.Point

The point in content coordinates.

Returns

Boolean
True if the point is visible.