Click or drag to resize
RectHVWidth Property
Returns the width of this rectangle.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double Width { get; }

Return Value

Type: Double
the width of this rectangle xmax - xmin
See Also