Table of Contents

Method IsPointVisible

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

IsPointVisible(Point)

Indicates whether given position is in visible area of the editor control.

public bool IsPointVisible(Point position)

Parameters

position Point

Position to check.

Returns

bool

True if position is invisible; otherwise false.