func (this *Rect) Inflate(x, y int) { w32.InflateRect(&this.rect, x, y) }
func (r *Rect) Inflate(x, y int) { w32.InflateRect((*w32.RECT)(r), x, y) }