Table of Contents

Method ContainsBorder

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

ContainsBorder(int, int)

Indicates whether left border of Minimap area contains given position.

public virtual bool ContainsBorder(int x, int y)

Parameters

x int

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

y int

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

Returns

bool

True if contains; otherwise false.