Table of Contents

Method WithHeight

Namespace
Alternet.Common.Wpf
Assembly
Alternet.Common.Wpf.v9.dll

WithHeight(Rect, double)

Adjusts a given rectangle with the new height.

public static Rect WithHeight(this Rect rectangle, double height)

Parameters

rectangle Rect

Rect to process.

height double

New rectangle height.

Returns

Rect

Rect object with new height.