Esempio n. 1
0
func (this *Rect) IsEmpty() bool {
	return w32.IsRectEmpty(&this.rect)
}
Esempio n. 2
0
func (r *Rect) IsEmpty() bool {
	return w32.IsRectEmpty((*w32.RECT)(r))
}