API Documentation > CorelDRAW > 2025-v26 > CorelScriptTools > ICorelScriptTools
CorelScriptTools.ToPicas method
To Picas
Syntax:
Function ToPicas(ByVal Value As Double) As Double
Parameters:
Name Type Description
Value
Double
Remarks:
The ToPicas method converts a numeric value to picas from tenths of a micron, which is the basic unit of measurement in Corel applications such as CorelDRAW and Corel VENTURA.
Examples:
In the following CorelDRAW example, xPica and yPica are set to the x- and y- coordinates of the selected object in picas:
.GetPosition (x,y) xPica = TOPICAS (x) yPica = TOPICAS (y)