C# Class Treefrog.Render.Annotations.MultiTileSelectionAnnotRenderer

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

Méthodes publiques

Méthode Description
MultiTileSelectionAnnotRenderer ( MultiTileSelectionAnnot data ) : System
Render ( LilyPath.DrawBatch spriteBatch, float zoomFactor ) : void

Private Methods

Méthode Description
RenderHorizontalLine ( LilyPath.DrawBatch spriteBatch, float zoomFactor, int y ) : void
RenderPartialHorizontalLine ( LilyPath.DrawBatch drawBatch, float zoomFactor, int x1, int x2, int y ) : void
RenderPartialRow ( LilyPath.DrawBatch drawBatch, float zoomFactor, int x1, int x2, int y ) : void
RenderPartialVerticalLine ( LilyPath.DrawBatch drawBatch, float zoomFactor, int x, int y1, int y2 ) : void
RenderRow ( LilyPath.DrawBatch spriteBatch, float zoomFactor, int y ) : void
RenderVerticalLine ( LilyPath.DrawBatch spriteBatch, float zoomFactor, int x ) : void
SingleSet ( TileCoord coord1, TileCoord coord2 ) : bool

Method Details

MultiTileSelectionAnnotRenderer() public méthode

public MultiTileSelectionAnnotRenderer ( MultiTileSelectionAnnot data ) : System
data Treefrog.Presentation.Annotations.MultiTileSelectionAnnot
Résultat System

Render() public méthode

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