Difference between revisions of "love.graphics.setPoint"

m
Line 7: Line 7:
 
=== Arguments ===
 
=== Arguments ===
 
{{param|number|size|The new point size.}}
 
{{param|number|size|The new point size.}}
{{param|PointStyle|style|The new point style.}}
+
{{param|PointStyle|style ("rough")|The new point style.}}
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.

Revision as of 23:31, 16 April 2011

Sets the point size and style.

Function

Synopsis

love.graphics.setPoint( size, style )

Arguments

number size
The new point size.
PointStyle style ("rough")
The new point style.

Returns

Nothing.

See Also


Other Languages