TranslateClippingRegion Method (RawDeviceContext)
In This Topic
Moves the clipping region of a device context by the specified offsets.
Syntax
'Declaration
Public Sub TranslateClippingRegion( _
ByVal As Integer, _
ByVal As Integer _
)
public void TranslateClippingRegion(
int ,
int
)
Parameters
- dx
- Specifies the number of logical units to move left or right.
- dy
- Specifies the number of logical units to move up or down.
See Also