[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Graphics.TranslateClip

TranslateClip Method

TranslateClip(int, int)

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

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

An int indicates the x component of the translation.

int dy

An int indicates the y component of the translation.