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