github.com/racerxdl/gonx@v0.0.0-20210103083128-c5afc43bcbd2/services/display/rect.go (about) 1 package display 2 3 // Rect A simple rectangle 4 type Rect struct { 5 Left uint32 6 Top uint32 7 Right uint32 8 Bottom uint32 9 }