Constructor ElementParams
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)