Table of Contents

Class GridCell

Namespace
ScottPlot
Assembly
ScottPlot.dll

Represents a single cell in a rectangular grid.

public class GridCell
Inheritance
GridCell
Inherited Members
Extension Methods

Constructors

GridCell(int, int, int, int, int, int)

public GridCell(int rowIndex, int colIndex, int rowCount, int colCount, int rowSpan = 1, int colSpan = 1)

Parameters

rowIndex int
colIndex int
rowCount int
colCount int
rowSpan int
colSpan int

Methods

GetRect(PixelRect)

Return the rectangle for this cell given the dimensions of the full grid

public PixelRect GetRect(PixelRect figureRect)

Parameters

figureRect PixelRect

Returns

PixelRect