Constructor PosCombine
PosCombine(AddOrSubtract, Pos, Pos)
Represents a position that is a combination of two other positions.
public PosCombine(AddOrSubtract Add, Pos Left, Pos Right)
Parameters
Add
AddOrSubtractIndicates whether the two positions are added or subtracted.
Left
PosThe left position.
Right
PosThe right position.