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

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > LayoutRect クラス > AppendPositionConstraint メソッド : AppendPositionConstraint(TargetParam,LayoutRect,AnchorParam,Single) メソッド
The target parameter of the current LayoutRect.
The referenced LayoutRect or null 参照 (Visual Basicでは Nothing) to reference the owner LayoutView.
The source parameter of the anchorRect.
An increment to the value of the source parameter.
Adds a PositionConstraint relative to anchorRect.
シンタックス
'宣言
 
Public Overloads Function AppendPositionConstraint( _
   ByVal targetParam As TargetParam, _
   ByVal anchorRect As LayoutRect, _
   ByVal anchorParam As AnchorParam, _
   Optional ByVal offset As System.Single _
) As PositionConstraint
public PositionConstraint AppendPositionConstraint( 
   TargetParam targetParam,
   LayoutRect anchorRect,
   AnchorParam anchorParam,
   System.float offset
)

パラメータ

targetParam
The target parameter of the current LayoutRect.
anchorRect
The referenced LayoutRect or null 参照 (Visual Basicでは Nothing) to reference the owner LayoutView.
anchorParam
The source parameter of the anchorRect.
offset
An increment to the value of the source parameter.

戻り値の型

New constraint just added.
参照

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