Table of Contents

Method WithWidth

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

WithWidth(double)

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

public readonly RectD WithWidth(double awidth)

Parameters

awidth double

New width.

Returns

RectD

Rectangle object with the new width.