Ribbon for WinForms
Offset(Int32,Int32,Int32,Int32) メソッド

C1.Win.8 アセンブリ > C1.Framework 名前空間 > ElementList クラス > Offset メソッド : Offset(Int32,Int32,Int32,Int32) メソッド
Horizontal offset in pixels.
Vertical offset in pixels.
Index of the first Element to be offset.
Number of elements to offset.
Adjusts the location of some Element objects in the list by the specified amount.
シンタックス
'宣言
 
Public Overloads Sub Offset( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal first As Integer, _
   ByVal count As Integer _
) 
public void Offset( 
   int x,
   int y,
   int first,
   int count
)

パラメータ

x
Horizontal offset in pixels.
y
Vertical offset in pixels.
first
Index of the first Element to be offset.
count
Number of elements to offset.
参照

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