ConvertToEnhancedCoordinates Method

Converts the x or y coordinate value of a point in legacy Logical Coordinates to the corresponding value in Enhanced Coordinates.

Syntax

object.ConvertToEnhancedCoordinates (ldInXYValue, bIsXValue)  

Properties

The ConvertToEnhancedCoordinates method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

ldInXYValue

Double. The X or Y value of the Logical Coordinate that needs conversion.

bIsXValue

Boolean. When converting a value that is in X axis direction, True is passed for this parameter. When converting value that is in Y axis direction, False is passed for this parameter.

Return Value

Double. The Return value from API is now in postscript points.

Remarks

Use this method to convert hardcoded values in scripts of pictures that have been upgraded to use Enhanced Coordinates.

Example

Applies To