'宣言 Public Overloads Function AppendMinHeight( _ ByVal anchorRect As LayoutRect, _ ByVal anchorParam As AnchorParam, _ Optional ByVal delta As System.Single, _ Optional ByVal multiplier As System.Single _ ) As SizeConstraint
public SizeConstraint AppendMinHeight( LayoutRect anchorRect, AnchorParam anchorParam, System.float delta, System.float multiplier )
パラメータ
- anchorRect
- The referenced LayoutRect or null 参照 (Visual Basicでは Nothing) to reference the owner LayoutView.
- anchorParam
- The source parameter of the anchorRect.
- delta
- An increment to the value of the source (anchor) parameter.
- multiplier
- A multiplier to the value of the source parameter; applied before adding the delta.
戻り値の型
New constraint just added.