C# Class Paint.PlaybackProgressBar

Playback progress bar.
Inheritance: IPlaybackProgressBar, IToolBoxTool
Afficher le fichier Open project: RandolphBurt/MonoGame-iOS-SimplePaint Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( bool refreshDisplay ) : void
PlaybackProgressBar ( IGraphicsDisplay graphicsDisplay, PlaybackProgressBarDefinition playbackProgressBarDefinition ) : Microsoft.Xna.Framework

Initializes a new instance of the Paint.PlaybackProgressBar class.

Method Details

Draw() public méthode

public Draw ( bool refreshDisplay ) : void
refreshDisplay bool
Résultat void

PlaybackProgressBar() public méthode

Initializes a new instance of the Paint.PlaybackProgressBar class.
public PlaybackProgressBar ( IGraphicsDisplay graphicsDisplay, PlaybackProgressBarDefinition playbackProgressBarDefinition ) : Microsoft.Xna.Framework
graphicsDisplay IGraphicsDisplay
playbackProgressBarDefinition PlaybackProgressBarDefinition
Résultat Microsoft.Xna.Framework