Table of Contents

Method ContainsBorder

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v10.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.

ContainsBorder(double, double)

public virtual bool ContainsBorder(double x, double y)

Parameters

x double
y double

Returns

bool