Table of Contents

Method WithY

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

WithY(int)

Returns new rectangle with size and x-coordinate of this rectangle and the specified y-coordinate.

public readonly RectI WithY(int ay)

Parameters

ay int

New Y position.

Returns

RectI

Rectangle object with the new y-coordinate.