Offsets the coordinates of this
Region object by the specified amount.
シンタックス
'宣言
Public Sub Translate( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Translate(
System.int ,
System.int
)
パラメータ
- dx
- The amount to offset this Region object horizontally.
- dy
- The amount to offset this Region object vertically.
参照