Update: update examples

This commit is contained in:
vcaesar 2023-02-01 10:28:17 -08:00
parent dd149367b3
commit f47571eaae

View File

@ -20,7 +20,9 @@ import (
func bitmap() {
bit := robotgo.CaptureScreen()
defer robotgo.FreeBitmap(bit)
fmt.Println("abitMap...", bit)
gbit := robotgo.ToBitmap(bit)
fmt.Println("bitmap...", gbit.Width)