C# Class Treefrog.Render.Annotations.AnnotationRenderer

Inheritance: IDisposable
ファイルを表示 Open project: jaquadro/Treefrog

Public Methods

Method 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

Protected Methods

Method Description
DisposeManaged ( ) : void
DisposeUnamanged ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DisposeManaged() protected method

protected DisposeManaged ( ) : void
return void

DisposeUnamanged() protected method

protected DisposeUnamanged ( ) : void
return void

Render() public method

public Render ( LilyPath.DrawBatch drawBatch ) : void
drawBatch LilyPath.DrawBatch
return void

Render() public method

public Render ( LilyPath.DrawBatch drawBatch, float zoomFactor ) : void
drawBatch LilyPath.DrawBatch
zoomFactor float
return void

Render() public method

public Render ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Render() public method

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