コード例 #1
0
ファイル: rect.go プロジェクト: foxundermoon/gform
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)
}