Calculates the height of rectangle.
The height of DlxRect.
var r = new DlxRect(10, 20, 80, 100); DlxApp.Printf("width=%.2f, height=%.2f", r.Width(), r.Height());