FEllipseTransferValues Method

Transfer the member values from the source to the target, raising any associated events where appropriate.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static void TransferValues(
	FEllipse source,
	FEllipse target
)

Parameters

source  FEllipse
Reference to the source shape.
target  FEllipse
Reference to the target shape.

See Also