Object Model Reference : Classes : C : CorelScriptTools : Methods : CorelScriptTools.ToDidots |
Function ToDidots(Value As Double) As Double
Member of CorelScriptTools
The ToDidots method converts a numeric value to didots from tenths of a micron, which is the basic unit of measurement in Corel applications such as CorelDRAW and Corel VENTURA.
In the following code example, xDidots and yDidots are set to the x- and y-coordinates of the selected object in didots:
.GetPosition (x,y) |
xDidots = TODIDOTS (x) |
yDidots = TODIDOTS (y) |
Copyright 2013 Corel Corporation. All rights reserved.