Offsets the location of the current
Rect by specified horizontal and vertical amounts.
シンタックス
'宣言
Public Overloads Sub Offset( _
ByVal As System.Double, _
ByVal As System.Double _
)
'使用法
Dim instance As Rect
Dim x As System.Double
Dim y As System.Double
instance.Offset(x, y)
public void Offset(
System.double ,
System.double
)
パラメータ
- x
- The horizontal offset to apply.
- y
- The vertical offset to apply.
参照