Table of Contents

Method Translate

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

Translate(double, double)

Returns a new point translated by the specified amounts along the X and Y axes.

public Point Translate(double dx, double dy)

Parameters

dx double

The distance to shift along the X-axis.

dy double

The distance to shift along the Y-axis.

Returns

Point

A new Point offset by dx and dy.