TranslatePath

Delphi function TranslatePath(const p: TPaths64, dx, dy: Int64): TPaths64;

C++ void TranslatePath(Paths64 &p, int64_t dx, int64_t dy);

C#  Paths64 TranslatePath(Paths64 p, long dx, long dy);


This function translates a path the specified distances relative to the X and Y axes. Translation is often called offsetting which is confusing since geometric offsetting more specifically refers to creating parallel curves.

See Also

InflatePaths