Method IsMouseOnOutlineButton
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
xintX-coordinate of the mouse pointer.
yintY-coordinate of the mouse pointer.
rangeIOutlineRangeRetrieves
IOutlineRangeunder 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
xdoubleydoublerangeIOutlineRange