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
AddAddOrSubtractIndicates whether the two positions are added or subtracted.
LeftPosThe left position.
RightPosThe right position.