FlexReport for WinForms
Offset メソッド (Point)


C1.Document.4.6.2 アセンブリ > C1.Interop 名前空間 > Point 構造体 : Offset メソッド
The horizontal offset.
The vertical offset.
Offsets the current Point structure by the specified values.
シンタックス
'宣言
 
Public Sub Offset( _
   ByVal dx As System.Double, _
   ByVal dy As System.Double _
) 
'使用法
 
Dim instance As Point
Dim dx As System.Double
Dim dy As System.Double
 
instance.Offset(dx, dy)
public void Offset( 
   System.double dx,
   System.double dy
)

パラメータ

dx
The horizontal offset.
dy
The vertical offset.
参照

参照

Point 構造体
Point メンバ