Previous Document Next Document
CorelScriptTools.FromDidots

Function FromDidots(Value As Double) As Double

Member of CorelScriptTools

The FromDidots method converts a numeric value from didots to tenths of a micron.

Parameter
Description
Value
Specifies the value to be converted

  • Tenths of a micron are used as the basic unit of measurement in Corel applications such as CorelDRAW and Corel VENTURA.

The following CorelDRAW command creates a rectangle 100 by 50 didots. The rectangle’s top left coordinate is -70, 50 didots relative to the center of the page, and the corners are 20 didots in diameter.

.CreateRectangle FROMDIDOTS(50), FROMDIDOTS(-70), FROMDIDOTS(0), 
FROMDIDOTS(30), FROMDIDOTS(20) 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.