Click or drag to resize

GraphControllerDoPaintOverlay Method

Infrastructure: intended to be used by graph views to draw the overlay (the selection rectangles and handles of the currently selected tool) into a bitmap.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void DoPaintOverlay(
	Graphics g,
	double zoomFactor,
	PointD2D positionOfViewportsUpperLeftCornerInGraphCoordinates
)

Parameters

g  Graphics
The graphics contexts (ususally created from a bitmap).
zoomFactor  Double
The current zoom factor.
positionOfViewportsUpperLeftCornerInGraphCoordinates  PointD2D
The position Of viewports upper left corner in graph coordinates.
See Also