예제 #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))
}