C# Class Treefrog.Render.Annotations.AnnotationRenderer

Inheritance: IDisposable
Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

Méthode Description
Dispose ( ) : void
Render ( LilyPath.DrawBatch drawBatch ) : void
Render ( LilyPath.DrawBatch drawBatch, float zoomFactor ) : void
Render ( SpriteBatch spriteBatch ) : void
Render ( SpriteBatch spriteBatch, float zoomFactor ) : void

Méthodes protégées

Méthode Description
DisposeManaged ( ) : void
DisposeUnamanged ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DisposeManaged() protected méthode

protected DisposeManaged ( ) : void
Résultat void

DisposeUnamanged() protected méthode

protected DisposeUnamanged ( ) : void
Résultat void

Render() public méthode

public Render ( LilyPath.DrawBatch drawBatch ) : void
drawBatch LilyPath.DrawBatch
Résultat void

Render() public méthode

public Render ( LilyPath.DrawBatch drawBatch, float zoomFactor ) : void
drawBatch LilyPath.DrawBatch
zoomFactor float
Résultat void

Render() public méthode

public Render ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Render() public méthode

public Render ( SpriteBatch spriteBatch, float zoomFactor ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
zoomFactor float
Résultat void