FPointOffset Method
Return a new instance the caller's point, translated by the specified
offset.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint Offset(
FPoint point,
float dx,
float dy
)
Public Shared Function Offset (
point As FPoint,
dx As Single,
dy As Single
) As FPoint
No code example is currently available or this language may not be supported.
- 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.
FPoint
Reference to a new point at the specified offset from the original.