Click or drag to resize

GridPartitioningGetTileRectangle Method

Gets the rectangle of a grid tile for the specified cell and span.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RectangleD2D GetTileRectangle(
	double column,
	double row,
	double columnSpan,
	double rowSpan,
	PointD2D totalSize
)

Parameters

column  Double
The starting column index.
row  Double
The starting row index.
columnSpan  Double
The column span.
rowSpan  Double
The row span.
totalSize  PointD2D
The total size of the grid area.

Return Value

RectangleD2D
The rectangle of the requested tile.
See Also