Model.screencopy#

Model.screencopy()#

Allows users to create a bitmap of the screen and send it to the printer.

Example#

Create a bitmap of the screen and send it to the printer#
import hm
import hm.entities as ent

model = hm.Model()

model.screencopy()