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.
Remarks
This is a low-level API that is typically used internally by the layout system. Use the various static methods on the Pos class to create Pos objects instead.
PosCombine(PosCombine)
protected PosCombine(PosCombine original)
Parameters
originalPosCombine