Esempio n. 1
0
func (this *Rect) IsPointIn(x, y int) bool {
	return w32.PtInRect(&this.rect, x, y)
}
Esempio n. 2
0
func (r *Rect) IsPointIn(x, y int) bool {
	return w32.PtInRect((*w32.RECT)(r), x, y)
}