Table of Contents

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

h Length
w Length

Properties

Area

public Area Area { get; }

Property Value

Area

Height

public Length Height { readonly get; init; }

Property Value

Length

Width

public Length Width { readonly get; init; }

Property Value

Length