Click or drag to resize

GridExtensionsCloneStructure Method

Overload List
  NameDescription
Public methodStatic memberCloneStructureTNewCell, TPoint(IGridTPoint, FuncTNewCell)
Clones the given grid, and fills all cells of the cloned grid with the value returned by createValue.
Public methodStatic memberCloneStructureTNewCell, TPoint(IGridTPoint, FuncTPoint, TNewCell)
Clones the given grid, and fills the cell at each point of the cloned grid with the value returned by createValue when the point is passed as a parameter.
Public methodStatic memberCloneStructureTNewCell, TPoint(IGridTPoint, TNewCell)
Clones the given grid, and fills all cells of the cloned grid with the given value.
Top
See Also