DioDocs for PDF
CreatePoint メソッド (LayoutView)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > LayoutView クラス : 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 associated with the LayoutView to be used as an anchor for 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.
参照

LayoutView クラス
LayoutView メンバ