C# Class Treefrog.Render.Annotations.DrawAnnotationRenderer

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

Méthodes protégées

Méthode Description
DisposeManaged ( ) : void
DrawAnnotationRenderer ( DrawAnnotation data ) : System
InitializeResources ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : void

Private Methods

Méthode Description
HandleFillGlowInvalidated ( object sender, EventArgs e ) : void
HandleFillInvalidated ( object sender, EventArgs e ) : void
HandleOutlineGlowInvalidated ( object sender, EventArgs e ) : void
HandleOutlineInvalidated ( object sender, EventArgs e ) : void

Method Details

DisposeManaged() protected méthode

protected DisposeManaged ( ) : void
Résultat void

DrawAnnotationRenderer() protected méthode

protected DrawAnnotationRenderer ( DrawAnnotation data ) : System
data Treefrog.Presentation.Annotations.DrawAnnotation
Résultat System

InitializeResources() protected méthode

protected InitializeResources ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : void
device Microsoft.Xna.Framework.Graphics.GraphicsDevice
Résultat void