FlexReport for WinForms
Offset(Rect,Point) メソッド


C1.Document.4.6.2 アセンブリ > C1.Interop 名前空間 > Rect 構造体 > Offset メソッド : Offset(Rect,Point) メソッド
The rectangle to adjust.
Amount to offset the location.
Adjusts the location of this rectangle by the specified amount.
シンタックス
'宣言
 
Public Overloads Shared Function Offset( _
   ByVal r As Rect, _
   ByVal offset As Point _
) As Rect
'使用法
 
Dim r As Rect
Dim offset As Point
Dim value As Rect
 
value = Rect.Offset(r, offset)
public static Rect Offset( 
   Rect r,
   Point offset
)

パラメータ

r
The rectangle to adjust.
offset
Amount to offset the location.

戻り値の型

The adjusted rectangle.
参照

参照

Rect 構造体
Rect メンバ
オーバーロード一覧