PointSize
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Specify the radius of points. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </spa...")
(Created page with "= <span class="f_Header">Action</span> = Specify the radius of points. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </spa...")
Latest revision as of 22:39, 12 December 2014
Contents |
Action
Specify the radius of points.
Syntax
PointSize size
Remarks
size |
Point radius in 1/16 pixel. range 16 to 8191, the initial value is 16 |
Sets the size of drawn points. The width is the distance from the center of the point to the outermost drawn pixel, in
units of 1/16 pixels. The valid range is from 16 to 8191 with respect to 1/16th pixel unit.
Example
' Pseudocode ' The second point is drawn with a width of 160, for a 10 pixel radius Begin_G POINTS Vertex2II 40, 30, 0, 0 PointSize 160 Vertex2II 120, 90, 0, 0
Languages | English |
---|