Click or drag to resize

LayerBackgroundDraw Method

Draws the background into the specified rectangle.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Draw(
	Graphics g,
	RectangleF rect
)

Parameters

g  Graphics
The graphics context.
rect  RectangleF
The rectangle to draw into.
See Also