'宣言 Public Overloads Function AppendSizeConstraint( _ ByVal targetParam As TargetParam, _ ByVal size As System.Single _ ) As SizeConstraint
public SizeConstraint AppendSizeConstraint( TargetParam targetParam, System.float size )
パラメータ
- targetParam
- The target parameter of the current LayoutRect.
- size
- The proposed value of the width or height.
戻り値の型
New constraint just added.