Table of Contents

Method WithWidth

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

WithWidth(int)

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

public readonly RectI WithWidth(int awidth)

Parameters

awidth int

New width.

Returns

RectI

Rectangle object with the new width.