Struct Graphics.DrawElementsParams.ElementParams
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.