Modifies the window origin for a device context using the specified horizontal and vertical offsets.
シンタックス
'宣言
Public Sub TranslateWindow( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void TranslateWindow(
System.int ,
System.int
)
パラメータ
- dx
- An int specifies the horizontal offset.
- dy
- An int specifies the vertical offset.
参照