Struct Rectangle
- Namespace
- H.Extensions.Unit
- Assembly
- H.Extensions.Unit.dll
public struct Rectangle
- Inherited Members
- Extension Methods
Constructors
Rectangle(Length, Length)
public Rectangle(Length h, Length w)
Parameters
Properties
Area
public Area Area { get; }
Property Value
Height
public Length Height { readonly get; init; }
Property Value
Width
public Length Width { readonly get; init; }