LayerBackgroundDraw Method |
Draws the background into the specified rectangle.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Draw(
Graphics g,
RectangleF rect
)
Parameters
- g Graphics
- The graphics context.
- rect RectangleF
- The rectangle to draw into.
See Also