Table of Contents

Constructor DrawElementParams

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

DrawElementParams()

Initializes a new instance of the Graphics.DrawElementParams struct.

public DrawElementParams()

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

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

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

Parameters

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