Table of Contents

Method WithHeight

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

WithHeight(int)

Creates new SizeI with the width of this object and the specified height.

public readonly SizeI WithHeight(int newHeight)

Parameters

newHeight int

The height to use in the returned SizeI.

Returns

SizeI