DioDocs for PDF
SetHeight(AnchorPoint,AnchorPoint,Single,Single) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > LayoutRect クラス > SetHeight メソッド : SetHeight(AnchorPoint,AnchorPoint,Single,Single) メソッド
The first referenced AnchorPoint.
The second referenced AnchorPoint.
An increment to the value of the source distance.
A multiplier to the value of the source distance; applied before adding the delta.
Adds a Height constraint relative to the distance between anchorPoint1 and anchorPoint2.
シンタックス
'宣言
 
Public Overloads Function SetHeight( _
   ByVal anchorPoint1 As AnchorPoint, _
   ByVal anchorPoint2 As AnchorPoint, _
   Optional ByVal delta As System.Single, _
   Optional ByVal multiplier As System.Single _
) As SizeConstraint
public SizeConstraint SetHeight( 
   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.
参照

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