CmdDial
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Draw a rotary dial control. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span> = <spa...")
Newer edit →
(Created page with "= <span class="f_Header">Action</span> = Draw a rotary dial control. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span> = <spa...")
Newer edit →
Revision as of 18:04, 12 December 2014
Contents |
Action
Draw a rotary dial control.
Syntax
CmdDial x, y, r ,options, val
Remarks
x |
x-coordinate of dial center, in pixels |
y |
y-coordinate of dial center, in pixels |
r |
radius of dial, in pixels |
options |
By default the dial is drawn with a 3D effect. Options OPT_FLAT removes the 3D effect. |
val |
Specify the position of dial points by setting a value between 0 and 65535 inclusive. 0 means that the dial points straight down, &H4000 left, &H8000 up, and &Hc000 right. |