CorelScript.CreateSpiral
Function CreateSpiral( Top As Long , Left As Long , Bottom As Long , Right As Long , NumRevolutions As Long , SpiralType As Long , GrowthRate As Long ) As Long
Description
Member of CorelScript
The CreateSpiral method draws a spiral.
Parameter
Description
Top
Specifies the y-coordinate of the upper-left corner of the bounding box of the spiral, in tenths of a micron and relative to the center of the page
Left
Specifies the x-coordinate of the upper-left corner of the bounding box of the spiral, in tenths of a micron and relative to the center of the page
Bottom
Specifies the y-coordinate of the lower-right corner of the bounding box of the spiral, in tenths of a micron and relative to the center of the page
Right
Specifies the x-coordinate of the lower-right corner of the bounding box of the spiral, in tenths of a micron and relative to the center of the page
NumRevolutions
Specifies the number of revolutions in the spiral
SpiralType
Specifies the type of spiral:
0 = Symmetrical
1 = Logarithmic
GrowthRate
Specifies the growth rate of the spiral
Copyright 2013 Corel Corporation. All rights reserved.