Operator operator - NamespaceTerminal.Gui AssemblyTerminal.Gui.dll operator -(Pos, Pos) Subtracts a Pos from a Pos, yielding a new Pos. public static Pos operator -(Pos left, Pos right) Parameters left Pos The Pos to subtract from (the minuend). right Pos The Pos to subtract (the subtrahend). Returns Pos The Pos that is the left minus right.