Table of Contents

Method ContainsBorder

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

ContainsBorder(double, double)

When implemented by a class, indicates whether left border of IMinimap area contains given position.

bool ContainsBorder(double x, double y)

Parameters

x double

The X-constituent of the Point value that specifies the point to check-up.

y double

The Y-constituent of the Point value that specifies the point to check-up.

Returns

bool

True if contains; otherwise false.