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