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