Table of Contents

Constructor ElementParams

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

ElementParams()

Initializes a new instance of the Graphics.DrawElementsParams.ElementParams struct.

public ElementParams()

ElementParams(Func<SizeD>, Action<Graphics, RectD>, HVAlignment)

Initializes a new instance of the Graphics.DrawElementsParams.ElementParams struct with the specified parameters.

public ElementParams(Func<SizeD> getSize, Action<Graphics, RectD> draw, HVAlignment alignment)

Parameters

getSize Func<SizeD>
draw Action<Graphics, RectD>
alignment HVAlignment