RepeaterCoordinates.GetCoordinate
Description:
Returns the coordinate in the given dimension.
Returns the coordinate in the given dimension.
Remarks:
The dimension begins at 0 and must be in the range [0, number of dimensions in the bounds - 1]. This method does not apply to zero dimensional coordinates.
The dimension begins at 0 and must be in the range [0, number of dimensions in the bounds - 1]. This method does not apply to zero dimensional coordinates.
public int GetCoordinate(
int dimension
)
-
Int32dimensionThe dimension.
Return Value
Int32
The coordinate.
-
The dimension is invalid for these coordinates.
-
The coordinates must have at least one dimension.