GridPartitioningGetTileRectangle Method |
Gets the rectangle of a grid tile for the specified cell and span.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
RectangleD2DThe rectangle of the requested tile.
See Also