FSizeClone Method

Return a memberwise clone of the provided size.

Definition

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

Parameters

source  FSize
Reference to the source size to be cloned.

Return Value

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

See Also