FMatrix3Translate(FPoint, FPoint) Method
Translate a point by the specified translation.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint Translate(
FPoint point,
FPoint translation
)
Public Shared Function Translate (
point As FPoint,
translation As FPoint
) As FPoint
No code example is currently available or this language may not be supported.
- point FPoint
-
Reference point.
- translation FPoint
-
Distance by which to move the point.
FPoint
Translated point.