class Web::CanvasContext
- Web::CanvasContext
- JS::Reference
- Reference
- Object
Included Modules
- JS::ExpandMethods
Defined in:
web.crInstance Method Summary
-
#dup : self
Returns a shallow copy of this object.
- #fill_text(text : String, x : Int32, y : Int32) : Nil
- #font=(value : String)
- #internal_setter_font(value : String) : Nil
Instance Method Detail
def dup : self
#
Description copied from class Reference
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self
into it.