[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Region.Translate

Translate Method

Translate(int, int)

Offsets the coordinates of this Region object by the specified amount.

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

The amount to offset this Region object horizontally.

int dy

The amount to offset this Region object vertically.