C# Class Treefrog.Render.Annotations.DrawAnnotationRenderer

Inheritance: AnnotationRenderer
Exibir arquivo Open project: jaquadro/Treefrog

Protected Methods

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

Private Methods

Method 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 method

protected DisposeManaged ( ) : void
return void

DrawAnnotationRenderer() protected method

protected DrawAnnotationRenderer ( DrawAnnotation data ) : System
data Treefrog.Presentation.Annotations.DrawAnnotation
return System

InitializeResources() protected method

protected InitializeResources ( Microsoft.Xna.Framework.Graphics.GraphicsDevice device ) : void
device Microsoft.Xna.Framework.Graphics.GraphicsDevice
return void