Table of Contents

Method IsValidSelectionPoint

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

IsValidSelectionPoint(Point)

When implemented by a class, indicates whether specified position located at the top-left or right-bottom corners of selection area.

bool IsValidSelectionPoint(Point position)

Parameters

position Point

Position to check.

Returns

bool

True if specified position valid; otherwise false.