Model.screenfile#

Model.screenfile()#

Allows users to create a bitmap of the screen and save it in a file.

Example#

Create a bitmap of the screen and save it in a file#
import hm
import hm.entities as ent

model = hm.Model()

model.screenfile()