CDC::OffsetClipRgn 

virtual int OffsetClipRgn( int x, int y );

virtual int OffsetClipRgn( SIZE size );

Return Value

The new region’s type. It can be any one of the following values:

Parameters

x

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

y

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

size

Specifies the amount to offset.

Remarks

Moves the clipping region of the device context by the specified offsets. The function moves the region x units along the x-axis and y units along the y-axis.

CDC OverviewClass MembersHierarchy Chart

See Also   CDC::SelectClipRgn, ::OffsetClipRgn