Table of Contents

Method WithLocation

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

WithLocation(PointI)

Returns new rectangle with size of this rectangle and the specified location.

public readonly RectI WithLocation(PointI newLocation)

Parameters

newLocation PointI

New location.

Returns

RectI

Rectangle object with the new location.