FScaleClone Method

Return a memberwise clone of the provided scale.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FScale Clone(
	FScale source
)

Parameters

source  FScale
Reference to the source scale to be cloned.

Return Value

FScale
Reference to a new FScale instance where the primitive member values are the same as those in the source, if a legitimate source was provided. Otherwise, an empty FScale.

See Also