'宣言 Public Overloads Function AppendMinWidth( _ ByVal anchorPoint1 As AnchorPoint, _ ByVal anchorPoint2 As AnchorPoint, _ Optional ByVal delta As System.Single, _ Optional ByVal multiplier As System.Single _ ) As SizeConstraint
public SizeConstraint AppendMinWidth( AnchorPoint anchorPoint1, AnchorPoint anchorPoint2, System.float delta, System.float multiplier )
パラメータ
- anchorPoint1
- The first referenced AnchorPoint.
- anchorPoint2
- The second referenced AnchorPoint.
- delta
- An increment to the value of the source distance.
- multiplier
- A multiplier to the value of the source distance; applied before adding the delta.
戻り値の型
New constraint just added.