Table of Contents

Method WithLocation

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

WithLocation(float, float)

Creates a RectD with the specified location.

public readonly RectD WithLocation(float x, float y)

Parameters

x float
y float

Returns

RectD

WithLocation(PointD)

Creates a RectD with the specified location.

public readonly RectD WithLocation(PointD location)

Parameters

location PointD

Returns

RectD