ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ScottPlot.GridCell Class Reference

Represents a single cell in a rectangular grid. More...

Public Member Functions

 GridCell (int rowIndex, int colIndex, int rowCount, int colCount, int rowSpan=1, int colSpan=1)
 
PixelRect GetRect (PixelRect figureRect)
 Return the rectangle for this cell given the dimensions of the full grid.
 

Detailed Description

Represents a single cell in a rectangular grid.

Constructor & Destructor Documentation

◆ GridCell()

ScottPlot.GridCell.GridCell ( int  rowIndex,
int  colIndex,
int  rowCount,
int  colCount,
int  rowSpan = 1,
int  colSpan = 1 
)
inline

Member Function Documentation

◆ GetRect()

PixelRect ScottPlot.GridCell.GetRect ( PixelRect  figureRect)
inline

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


The documentation for this class was generated from the following file: