Previous Document Next Document

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


CorelScriptTools.FromCiceros

Function FromCiceros(Value As Double) As Double

Description

Member of CorelScriptTools

The FromCiceros method converts a numeric value from ciceros to 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

The following VBA example creates a rectangle 18 by 10 ciceros. The rectangle’s top-left corner coordinate is -12, 18 ciceros relative to the center of the page, and the corners are 1.5 ciceros in diameter.

.CreateRectangle FROMCICEROS(18), FROMCICEROS(-12), FROMCICEROS(8), FROMCICEROS(6), FROMCICEROS(1.5)

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.