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