func (this *Rect) IsEmpty() bool { return w32.IsRectEmpty(&this.rect) }
func (r *Rect) IsEmpty() bool { return w32.IsRectEmpty((*w32.RECT)(r)) }