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