Table of Contents

Method IsMouseOnOutlineButton

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

IsMouseOnOutlineButton(double, double, out IOutlineRange)

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

Parameters

x double
y double
range IOutlineRange

Returns

bool