Constructor DimCombine
DimCombine(AddOrSubtract, Dim, Dim)
Represents a dimension that is a combination of two other dimensions.
public DimCombine(AddOrSubtract Add, Dim Left, Dim Right)
Parameters
AddAddOrSubtractIndicates whether the two dimensions are added or subtracted.
LeftDimThe left dimension.
RightDimThe right dimension.
Remarks
This is a low-level API that is typically used internally by the layout system. Use the various static methods on the Dim class to create Dim objects instead.
DimCombine(DimCombine)
protected DimCombine(DimCombine original)
Parameters
originalDimCombine