Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pixvas
master
Main
Pixvas
Canvas
Color
Cursor
Built with Crystal 1.9.2
2023-10-07 21:05:31 UTC
class
Pixvas::Canvas
Pixvas::Canvas
Reference
Object
Defined in:
pixvas/canvas.cr
Constructors
.new
(width : Int32, height : Int32, dot_width : Int32)
Instance Method Summary
#dot
: String
#draw
#pin
(x : Int32, y : Int32)
#wait
Constructor Detail
def self.
new
(width : Int32, height : Int32, dot_width : Int32)
#
[
View source
]
Instance Method Detail
def
dot
: String
#
[
View source
]
def
draw
#
[
View source
]
def
pin
(x : Int32, y : Int32)
#
[
View source
]
def
wait
#
[
View source
]