Region.Translate

Translate(float, float)

يزيح إحداثيات هذاRegionبالمبلغ المحدد.

public void Translate(float dx, float dy)
معامليكتبوصف
dxSingleالمبلغ لتعويض هذاRegion أفقيا.
dySingleالمبلغ لتعويض هذاRegion عموديا.

أنظر أيضا


Translate(int, int)

يزيح إحداثيات هذاRegionبالمبلغ المحدد.

public void Translate(int dx, int dy)
معامليكتبوصف
dxInt32المبلغ لتعويض هذاRegion أفقيا.
dyInt32المبلغ لتعويض هذاRegion عموديا.

أنظر أيضا