Table of Contents

Method ToSize

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

ToSize()

Converts a SizeD structure to a SizeI structure.

public readonly SizeI ToSize()

Returns

SizeI

A SizeI structure.

Remarks

The SizeD structure is converted to a SizeI structure by truncating the values of the SizeD to the next lower integer values.