Paint.PlaybackToolbox.CreateSpeedGauge C# (CSharp) Method

CreateSpeedGauge() private method

Creates the speed gauge.
private CreateSpeedGauge ( ToolboxLayoutDefinitionPlaybackToolsSpeedGauge speedGauge ) : SpeedGauge
speedGauge Paint.ToolboxLayout.ToolboxLayoutDefinitionPlaybackToolsSpeedGauge Speed gauge layout definition
return SpeedGauge
        private SpeedGauge CreateSpeedGauge(ToolboxLayoutDefinitionPlaybackToolsSpeedGauge speedGauge)
        {
            return new SpeedGauge(this.GraphicsDisplay, new SpeedGaugeDefinition(speedGauge, this.Scale));
        }