Click or drag to resize
CoronaRuntimeLaunchSettingsCopyFrom Method
Copies the given settings to this object.

Namespace: CoronaLabs.Corona.WinRT
Assembly: CoronaLabs (in CoronaLabs.dll) Version: 255.255.255.255
Syntax
public void CopyFrom(
	CoronaRuntimeLaunchSettings settings
)

Parameters

settings
Type: CoronaLabs.Corona.WinRTCoronaRuntimeLaunchSettings

Reference to the settings object to copy from.

Will be ignored if set to null.

See Also