Graphics.TranslateClip

TranslateClip(int, int)

Translates the clipping region of this Graphics by specified amounts in the horizontal and vertical directions.

public void TranslateClip(int dx, int dy)
ParameterTypeDescription
dxInt32The x-coordinate of the translation.
dyInt32The y-coordinate of the translation.

See Also


TranslateClip(float, float)

Translates the clipping region of this Graphics by specified amounts in the horizontal and vertical directions.

public void TranslateClip(float dx, float dy)
ParameterTypeDescription
dxSingleThe x-coordinate of the translation.
dySingleThe y-coordinate of the translation.

See Also