Previous Document Next Document

Object Model Reference : Classes : C : CorelScriptTools : Methods : CorelScriptTools.ToCiceros


CorelScriptTools.ToCiceros

Function ToCiceros(Value As Double) As Double

Description

Member of CorelScriptTools

The ToCiceros method converts a numeric value to ciceros from tenths of a micron, which is the basic unit of measurement in Corel applications such as CorelDRAW and Corel VENTURA.

Parameter
Description
Value
Specifies the value to be converted

Example

In the following code example, xCiceros and yCiceros are set to the x- and y-coordinates of the selected object in ciceros:

.GetPosition (x,y)
xCiceros = TOCICEROS (x)
yCiceros = TOCICEROS (y)

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.