Click or drag to resize

FilledRectangle(BrushX) Constructor

Initializes a new instance of the FilledRectangle class with the specified brush.

Namespace: Altaxo.Graph.Gdi.Background
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FilledRectangle(
	BrushX brush
)

Parameters

brush  BrushX
The brush used to fill the rectangle.
See Also