FilledRectangle(BrushX) Constructor |
Initializes a new instance of the
FilledRectangle class with the specified brush.
Namespace: Altaxo.Graph.Gdi.BackgroundAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic FilledRectangle(
BrushX brush
)
Parameters
- brush BrushX
- The brush used to fill the rectangle.
See Also