[]
Returns the Value that corresponds to the specified mouse position (x, y), relative to the parent control.
public double GetValueAt(int x, int y)
Type | Name | Description |
---|---|---|
int | x | |
int | y |
Type | Description |
---|---|
double |
The result is scaled to the pointer's admitted region.
Returns the Value that corresponds to the specified mouse position (x, y), relative to the parent control. If the 'dragging' parameter is True the returned value is the result of dragging the pointer from its current position to (x, y).
public double GetValueAt(int x, int y, bool dragging)
Type | Name | Description |
---|---|---|
int | x | |
int | y | |
bool | dragging |
Type | Description |
---|---|
double |
The result is scaled to the pointer's admitted region.