Moves the clipping region of a device context by the specified offsets.
シンタックス
'宣言
Public Sub TranslateClippingRegion( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void TranslateClippingRegion(
System.int ,
System.int
)
パラメータ
- dx
- Specifies the number of logical units to move left or right.
- dy
- Specifies the number of logical units to move up or down.
参照