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