FPointOffset Method

Return a new instance the caller's point, translated by the specified offset.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint Offset(
	FPoint point,
	float dx,
	float dy
)

Parameters

point  FPoint
Reference to the point to be offset.
dx  Single
X distance from the original point.
dy  Single
Y distance from the original point.

Return Value

FPoint
Reference to a new point at the specified offset from the original.

See Also