Exemplo n.º 1
0
func (self *Surface) Paint() {
	C.gcfill(self._Pointer)
}
Exemplo n.º 2
0
func (self *Surface) Fill() {
	C.gcfill(self._Pointer)
}