Table of Contents

Method WithHeight

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

WithHeight(double)

Returns new rectangle with location and width of this rectangle and the specified height.

public readonly RectD WithHeight(double aheight)

Parameters

aheight double

New height.

Returns

RectD

Rectangle object with the new height.