Table of Contents

Method Truncate

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

Truncate(RectD)

Converts the specified RectD to a RectI by truncating the RectD values.

public static RectI Truncate(RectD value)

Parameters

value RectD

The RectD to be converted.

Returns

RectI

The truncated value of the RectI.