Table of Contents

Method IsPointVisible

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

IsPointVisible(Point)

When implemented by a class, indicates whether given position is in visible area of the editor control.

bool IsPointVisible(Point position)

Parameters

position Point

Position to check.

Returns

bool

True if position is invisible; otherwise false.