C# Class Treefrog.Render.Layers.WorkspaceRenderLayer

Inheritance: RenderLayer
Exibir arquivo Open project: jaquadro/Treefrog

Public Methods

Method Description
WorkspaceRenderLayer ( WorkspaceLayerPresenter model ) : System

Protected Methods

Method Description
DisposeManaged ( ) : void
RenderContent ( LilyPath.DrawBatch drawBatch ) : void
RenderContent ( SpriteBatch spriteBatch ) : void
RenderCore ( LilyPath.DrawBatch drawBatch ) : void
RenderCore ( SpriteBatch spriteBatch ) : void

Private Methods

Method Description
BorderColorChanged ( object sender ) : void
BuildCanvasPattern ( GraphicsDevice device ) : Microsoft.Xna.Framework.Graphics.Texture2D
OriginGuideColorChanged ( object sender ) : void
PatternColorChanged ( object sender ) : void
SetPixel ( byte data, int index, Color color ) : void

Method Details

DisposeManaged() protected method

protected DisposeManaged ( ) : void
return void

RenderContent() protected method

protected RenderContent ( LilyPath.DrawBatch drawBatch ) : void
drawBatch LilyPath.DrawBatch
return void

RenderContent() protected method

protected RenderContent ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

RenderCore() protected method

protected RenderCore ( LilyPath.DrawBatch drawBatch ) : void
drawBatch LilyPath.DrawBatch
return void

RenderCore() protected method

protected RenderCore ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

WorkspaceRenderLayer() public method

public WorkspaceRenderLayer ( WorkspaceLayerPresenter model ) : System
model Treefrog.Presentation.Layers.WorkspaceLayerPresenter
return System