DioDocs for PDF
AppendSizeConstraint(TargetParam,LayoutRect,AnchorParam,Single,Single) メソッド

GrapeCity.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > LayoutRect クラス > AppendSizeConstraint メソッド : AppendSizeConstraint(TargetParam,LayoutRect,AnchorParam,Single,Single) メソッド
The target parameter of the current LayoutRect.
The referenced LayoutRect; null means the view rectangle.
The source parameter of the anchorRect.
An increment to the value of the source (anchor) parameter.
A multiplier to the value of the source parameter; applied before adding the delta.
Adds a SizeConstraint relative to anchorRect.
シンタックス
'宣言
 
Public Overloads Function AppendSizeConstraint( _
   ByVal targetParam As TargetParam, _
   ByVal anchorRect As LayoutRect, _
   ByVal anchorParam As AnchorParam, _
   Optional ByVal delta As System.Single, _
   Optional ByVal multiplier As System.Single _
) As SizeConstraint
public SizeConstraint AppendSizeConstraint( 
   TargetParam targetParam,
   LayoutRect anchorRect,
   AnchorParam anchorParam,
   System.float delta,
   System.float multiplier
)

パラメータ

targetParam
The target parameter of the current LayoutRect.
anchorRect
The referenced LayoutRect; null means the view rectangle.
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.
参照

LayoutRect クラス
LayoutRect メンバ
オーバーロード一覧