FPointTranslate Method
Translate the values of the caller's point by the provided offset.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void Translate(
FPoint point,
FPoint offset
)
Public Shared Sub Translate (
point As FPoint,
offset As FPoint
)
No code example is currently available or this language may not be supported.
Parameters
- point FPoint
-
Reference to the point to be translated.
- offset FPoint
-
Reference to the offset to apply to the point.