C# Класс Treefrog.Render.Layers.AnnotationRenderLayer

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

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

Метод Описание
AnnotationRenderLayer ( AnnotationLayerPresenter model ) : System

Защищенные методы

Метод Описание
DisposeManaged ( ) : void
RenderContent ( DrawBatch drawBatch ) : void
RenderContent ( SpriteBatch spriteBatch ) : void

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

Метод Описание
AddToAnnotationCache ( Annotation key ) : void
BindAnnotations ( ObservableCollection annotations ) : void
ClearAnnotationCache ( ) : void
HandleAnnotCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
InitializeAnnotationCache ( ) : void
ModelAnnotationsCollectionChanged ( object sender, EventArgs e ) : void
RemoveFromAnnotationCache ( Annotation key ) : void

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

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

public AnnotationRenderLayer ( AnnotationLayerPresenter model ) : System
model Treefrog.Presentation.Layers.AnnotationLayerPresenter
Результат System

DisposeManaged() защищенный Метод

protected DisposeManaged ( ) : void
Результат void

RenderContent() защищенный Метод

protected RenderContent ( DrawBatch drawBatch ) : void
drawBatch DrawBatch
Результат void

RenderContent() защищенный Метод

protected RenderContent ( SpriteBatch spriteBatch ) : void
spriteBatch SpriteBatch
Результат void