Calculates the height of rectangle.

syntaxSyntax:
DlxRect.Height()

Return Value

The height of DlxRect.

Example

  Copy codeCopy code
var r = new DlxRect(10, 20, 80, 100);
DlxApp.Printf("width=%.2f, height=%.2f", r.Width(), r.Height());

See also