Description
This function converts a vertical pixel based abscissa value into a percentage using the current data image's height.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application
Syntax
object.YPixelToPercent(nYPixelOrdinate)
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
YPixelToPercent is the command.
nYPixelOrdinate is the Y coordinate number to be converted.
Example