C# Class SourceGrid.RangeLoader

Range custom
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

RangeLoader ( Range range ) : 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

RangeLoader() public method

Constructor
public RangeLoader ( Range range ) : System
range Range
return System