Table of Contents

Method WithWidth

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

WithWidth(int)

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

public readonly SizeI WithWidth(int newWidth)

Parameters

newWidth int

The width to use in the returned SizeI.

Returns

SizeI