IBackgroundStyleDraw(Graphics, BrushX, RectangleD2D) Method |
Draws the background with a custom brush. This function must be implemented only if
SupportsBrush returns
true.
The brush stored in the instance implementing this interface is unchanged and ignored during the drawing.
Namespace: Altaxo.Graph.Gdi.BackgroundAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Draw(
Graphics g,
BrushX brush,
RectangleD2D innerArea
)
Parameters
- g Graphics
- Graphics context.
- brush BrushX
- Brush used for drawing during this operation.
- innerArea RectangleD2D
- The inner area of the item.
See Also