C# Class Paint.SpeedGaugeDefinition

Speed gauge definition - layout of the speed gauge
Mostrar archivo Open project: RandolphBurt/MonoGame-iOS-SimplePaint Class Usage Examples

Public Methods

Method Description
SpeedGaugeDefinition ( ToolboxLayoutDefinitionPlaybackToolsSpeedGauge speedGaugeDefinition, int scale ) : Microsoft.Xna.Framework

Initializes a new instance of the Paint.SpeedGaugeDefinition class.

Method Details

SpeedGaugeDefinition() public method

Initializes a new instance of the Paint.SpeedGaugeDefinition class.
public SpeedGaugeDefinition ( ToolboxLayoutDefinitionPlaybackToolsSpeedGauge speedGaugeDefinition, int scale ) : Microsoft.Xna.Framework
speedGaugeDefinition Paint.ToolboxLayout.ToolboxLayoutDefinitionPlaybackToolsSpeedGauge Layout of the speed gauge as defined within a xml file.
scale int
return Microsoft.Xna.Framework