Table of Contents

Struct Graphics.DrawElementsParams.ElementParams

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

Contains element parameters

public struct Graphics.DrawElementsParams.ElementParams

Constructors

ElementParams()

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

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

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

Fields

Alignment

Gets or sets element alignment.

Default

Gets default element.

Draw

Gets or sets element draw function.

GetSize

Gets or sets element size function.