Translate

Region.Translate method (1 of 2)

Offsets the coordinates of this Region by the specified amount.

public void Translate(float dx, float dy)
ParameterTypeDescription
dxSingleThe amount to offset this Region horizontally.
dySingleThe amount to offset this Region vertically.

See Also


Region.Translate method (2 of 2)

Offsets the coordinates of this Region by the specified amount.

public void Translate(int dx, int dy)
ParameterTypeDescription
dxInt32The amount to offset this Region horizontally.
dyInt32The amount to offset this Region vertically.

See Also