Gets information for a Pen based on the X and Y coordinates specified.
Syntax
object.ValueTimeFromXY x, y, pfVal, pdt, bReal
Properties
The ValueTimeFromXY method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
x |
Double. The x coordinate. |
y |
Double. The y coordinate. |
pfVal |
Double. Returns the value for the Pen at the specified x and y coordinates. |
pdt |
Date. Returns the time information for the Pen at the specified x and y coordinates. |
bReal |
Boolean. Returns True if the (x,y) point was on a real point and False if the (x,y) point was on an interpolated point. |