コード例 #1
0
ファイル: rect.go プロジェクト: foxundermoon/gform
func (this *Rect) IsEmpty() bool {
	return w32.IsRectEmpty(&this.rect)
}
コード例 #2
0
ファイル: rect.go プロジェクト: daviddengcn/gform
func (r *Rect) IsEmpty() bool {
	return w32.IsRectEmpty((*w32.RECT)(r))
}