This documentation is for the old version. Go to the latest Graphics Mill docs

PointF.Translate Method

Translates a point to the specified offset.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Math
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Function Translate ( _
	x As Single, _
	y As Single _
) As PointF
C#
public PointF Translate(
	float x,
	float y
)

Parameters

x

Type: System.Single

The offset in the x-direction.
y

Type: System.Single

The offset in the y-direction.

Return Value

The PointF value which represents a translated point.

See Also

Reference