FPointTranslate Method

Translate the values of the caller's point by the provided offset.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void Translate(
	FPoint point,
	FPoint offset
)

Parameters

point  FPoint
Reference to the point to be translated.
offset  FPoint
Reference to the offset to apply to the point.

See Also