C# Класс Treefrog.Render.Annotations.MultiTileSelectionAnnotRenderer

Наследование: DrawAnnotationRenderer
Показать файл Открыть проект

Открытые методы

Метод Описание
MultiTileSelectionAnnotRenderer ( MultiTileSelectionAnnot data ) : System
Render ( LilyPath.DrawBatch spriteBatch, float zoomFactor ) : void

Приватные методы

Метод Описание
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

Описание методов

MultiTileSelectionAnnotRenderer() публичный Метод

public MultiTileSelectionAnnotRenderer ( MultiTileSelectionAnnot data ) : System
data Treefrog.Presentation.Annotations.MultiTileSelectionAnnot
Результат System

Render() публичный Метод

public Render ( LilyPath.DrawBatch spriteBatch, float zoomFactor ) : void
spriteBatch LilyPath.DrawBatch
zoomFactor float
Результат void