Translates the clipping region of this Graphics object by specified amounts in the horizontal and vertical directions.
シンタックス
'宣言
Public Sub TranslateClip( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void TranslateClip(
System.int ,
System.int
)
パラメータ
- dx
- An int indicates the x component of the translation.
- dy
- An int indicates the y component of the translation.
参照