FPointClone Method
Return a memberwise clone of the provided point.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint Clone(
FPoint source
)
Public Shared Function Clone (
source As FPoint
) As FPoint
No code example is currently available or this language may not be supported.
- source FPoint
-
Reference to the source point to be cloned.
FPoint
Reference to a new FPoint instance where the primitive member values
are the same as those in the source, if a legitimate source was
provided. Otherwise, an empty FPoint.