[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.TranslateClippingRegion

TranslateClippingRegion Method

TranslateClippingRegion(int, int)

Moves the clipping region of a device context by the specified offsets.

Declaration
public void TranslateClippingRegion(int dx, int dy)
Parameters
Type Name Description
int dx

Specifies the number of logical units to move left or right.

int dy

Specifies the number of logical units to move up or down.