class Pixvas::Canvas

Defined in:

pixvas/canvas.cr

Constructors

Instance Method Summary

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]