C# Class SourceGrid.RangeFullGrid

Represents a range that contains all the grid
Inheritance: IRangeLoader
Show file Open project: zhuangyy/Motion

Public Methods

Method Description
GetRange ( GridVirtual p_Grid ) : Range

Returns the Range struct from the specific instance

RangeFullGrid ( ) : System

Constructor

Method Details

GetRange() public method

Returns the Range struct from the specific instance
public GetRange ( GridVirtual p_Grid ) : Range
p_Grid GridVirtual
return Range

RangeFullGrid() public method

Constructor
public RangeFullGrid ( ) : System
return System