示例#1
0
func (this *Rect) Inflate(x, y int) {
	w32.InflateRect(&this.rect, x, y)
}
示例#2
0
文件: rect.go 项目: daviddengcn/gform
func (r *Rect) Inflate(x, y int) {
	w32.InflateRect((*w32.RECT)(r), x, y)
}