Click or drag to resize
IPolarPlotterLoadFrom Method
Overwrites the RoundToDegrees and slices with the values from the saved polar plot passed across.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void LoadFrom(
	SavedPolarPlot savedPolarPlot
)

Parameters

savedPolarPlot
Type: VirtualRadar.Interface.SettingsSavedPolarPlot
Remarks
The savedPolarPlot is not checked to make sure that the latitude and longitude are correct. It is assumed that the caller has already checked that they are valid, or at least close enough for jazz.
See Also