====== ThinkGeo.MapSuite.Core.RowColumnRange ====== {{section>upgrade_map_suite_to_10.0}} This structure is used to describe a range of tiles for a given extent. Basiclly, 4 values exists : the Row range is from MinColumnIndex to MaxColumnIndex, the Column range is from the MinRowIndex to MaxRowIndex. ===== Inheritance Hierarchy ===== *System.Object *System.ValueType ***ThinkGeo.MapSuite.Core.RowColumnRange** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} RowColumnRange(Int64,Int64,Int64,Int64) ** * //Contructor of the structure to instance a RowColumnRange.// == Remarks == * //N/A// == Parameters == * //minRowIndex// * Type:Int64 * Description:Min Row Index which stands for the up boundary. * //maxRowIndex// * Type:Int64 * Description:Max Row Index which stands for the lower boundary. * //minColumnIndex// * Type:Int64 * Description:Min Column Index which stands for the left boundary. * //maxColumnIndex// * Type:Int64 * Description:Max Column Index which stands for the right boundary.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //This method is an override of the GetHashCode functionality.// == Remarks == * //None// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //This method is an override of the Equals functionality.// == Remarks == * //None// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} MinRowIndex ** Gets or sets the Min Row Index which stands for the up boundary. == Remarks == N/A == Return Value == * Type:Int64 ** {{wiki:PublicProperty.gif|}} MaxRowIndex ** Gets or sets the Max Row Index which stands for the lower boundary. == Remarks == N/A == Return Value == * Type:Int64 ** {{wiki:PublicProperty.gif|}} MinColumnIndex ** Gets or sets the Min Column Index which stands for the left boundary. == Remarks == N/A == Return Value == * Type:Int64 ** {{wiki:PublicProperty.gif|}} MaxColumnIndex ** Gets or sets the Max Column Index which stands for the right boundary. == Remarks == N/A == Return Value == * Type:Int64 ==== Protected Properties ==== ==== Public Events ====