Click or drag to resize

StandAloneCardSettingsCopyFrom Method

Copies settings from provided source.

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public StandAloneCardSettings CopyFrom(
	StandAloneCardSettings source
)

Parameters

source  StandAloneCardSettings
Source to copy from.

Return Value

StandAloneCardSettings
This.
See Also