Exemplo n.º 1
0
func (this *Rect) Offset(x, y int) {
	w32.OffsetRect(&this.rect, x, y)
}
Exemplo n.º 2
0
func (r *Rect) Offset(x, y int) {
	w32.OffsetRect((*w32.RECT)(r), x, y)
}