Esempio n. 1
0
func (this *Rect) Set(left, top, right, bottom int) {
	w32.SetRect(&this.rect, left, top, right, bottom)
}
Esempio n. 2
0
func (r *Rect) Set(left, top, right, bottom int) {
	w32.SetRect((*w32.RECT)(r), left, top, right, bottom)
}