DioDocs for PDF
CreatePoint メソッド (LayoutRect)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > LayoutRect クラス : CreatePoint メソッド
The value to be multiplied by Width before adding to the position of the left side.
The value to be multiplied by Height before adding to the position of the top side.
The value to be added to the position of the left side.
The value to be added to the position of the top side.
Creates a point to be used as an anchor for other LayoutRects.
シンタックス
'宣言
 
Public Function CreatePoint( _
   ByVal widthFactor As System.Single, _
   ByVal heightFactor As System.Single, _
   Optional ByVal leftOffset As System.Single, _
   Optional ByVal topOffset As System.Single _
) As AnchorPoint
public AnchorPoint CreatePoint( 
   System.float widthFactor,
   System.float heightFactor,
   System.float leftOffset,
   System.float topOffset
)

パラメータ

widthFactor
The value to be multiplied by Width before adding to the position of the left side.
heightFactor
The value to be multiplied by Height before adding to the position of the top side.
leftOffset
The value to be added to the position of the left side.
topOffset
The value to be added to the position of the top side.

戻り値の型

The created AnchorPoint object.
参照

LayoutRect クラス
LayoutRect メンバ