Table of Contents

Method ContainsBorder

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

ContainsBorder(double, double)

Indicates whether left border of Minimap area contains given position.

public virtual 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.