Example #1
0
func (self *Surface) Paint() {
	C.gcfill(self._Pointer)
}
Example #2
0
func (self *Surface) Fill() {
	C.gcfill(self._Pointer)
}