Table of Contents

Method ToRectD

Namespace
Alternet.Maui.Extensions
Assembly
Alternet.UI.Maui.dll

ToRectD(Rect)

Converts a Rect to a RectD.

public static RectD ToRectD(this Rect value)

Parameters

value Rect

The Rect to convert.

Returns

RectD

A RectD representation of the input.

ToRectD(RectF)

Converts a RectF to a RectD.

public static RectD ToRectD(this RectF value)

Parameters

value RectF

The RectF to convert.

Returns

RectD

A RectD representation of the input.