Table of Contents

Method WithHeight

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

WithHeight(int)

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

public readonly RectI WithHeight(int aheight)

Parameters

aheight int

New height.

Returns

RectI

Rectangle object with the new height.