Table of Contents

Method IsMouseOnOutlineButton

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

IsMouseOnOutlineButton(int, int, out IOutlineRange)

Indicates whether mouse point is within the outline button area.

public virtual bool IsMouseOnOutlineButton(int x, int y, out IOutlineRange range)

Parameters

x int

X-coordinate of the mouse pointer.

y int

Y-coordinate of the mouse pointer.

range IOutlineRange

Retrieves IOutlineRange under mouse pointer.

Returns

bool

True if succeed; otherwise false.