C# Class OsmMapControlLibrary.ScrollEnergyManager

Afficher le fichier Open project: christophwille/winrt-openstreetmap-control

Méthodes publiques

Méthode Description
Recharge ( ) : void

Recharges the energy (done during every frame)

RequestEnergy ( double requiredEnergy ) : double

Requests the energy. Not the complete request will be returned

ToString ( ) : string

Method Details

Recharge() public méthode

Recharges the energy (done during every frame)
public Recharge ( ) : void
Résultat void

RequestEnergy() public méthode

Requests the energy. Not the complete request will be returned
public RequestEnergy ( double requiredEnergy ) : double
requiredEnergy double
Résultat double

ToString() public méthode

public ToString ( ) : string
Résultat string