IBackgroundStyleDraw(Graphics, RectangleD2D) Method |
Draws the background.
Namespace: Altaxo.Graph.Gdi.BackgroundAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Draw(
Graphics g,
RectangleD2D innerArea
)
Parameters
- g Graphics
- Graphics context.
- innerArea RectangleD2D
- The inner area of the item.
See Also