Previous Document Next Document

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


CorelScriptTools.FromDidots

Function FromDidots(Value As Double) As Double

Description

Member of CorelScriptTools

The FromDidots method converts a numeric value from didots 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 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 2013 Corel Corporation. All rights reserved.