Previous Document Next Document
CorelScriptTools.FromInches

Function FromInches(Value As Double) As Double

Member of CorelScriptTools

The FromInches method converts a numeric value from inches 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 3 by 3 inches. The rectangle’s top left coordinate is -2, 3 inches relative to the center of the page, and the corners are 0.25 inches in diameter.

.CreateRectangle FROMINCHES(3), FROMINCHES(-2), FROMINCHES(0), 
FROMINCHES(1), FROMINCHES(0.25) 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.