Object Model Reference : Classes : C : CorelScriptTools : Methods : CorelScriptTools.FromCentimeters |
Function FromCentimeters(Value As Double) As Double
Member of CorelScriptTools
The FromCentimeters method converts a numeric value from centimeters to tenths of a micron, which is the basic unit of measurement in Corel applications such as CorelDRAW and Corel VENTURA.
The following VBA example creates a rectangle 7.5 by 8 centimeters. The rectangles top-left corner coordinate is -5, 8 centimeters relative to the center of the page, and the corners are 0.75 centimeters in diameter.
.CreateRectangle FROMCENTIMETERS(8), FROMCENTIMETERS(-5), FROMCENTIMETERS(0), FROMCENTIMETERS(2.5), FROMCENTIMETERS(0.75) |
Copyright 2013 Corel Corporation. All rights reserved.