Show / Hide Table of Contents

Method Coord.Reverse


Overload

Creates Coord of Reverse type. Value 0 is at the right or bottom, and does not belong to the rectangle. Positive values are towards left or top.

public static Coord Reverse(int v)
Parameters
v  (int)
Returns
Coord

Remarks

Instead can be use "from end" index, for example argument Coord.Reverse(1) can be replaced with ^1.