Table of Contents

Method ApplyMax

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

ApplyMax(SizeD)

Gets size with applied maximal limitations.

public readonly SizeD ApplyMax(SizeD max)

Parameters

max SizeD

Maximal width and height.

Returns

SizeD

SizeD with width and height less than specified in max.