Method | Description | |
---|---|---|
ClearInvalidDrawingContexts ( ) : void | ||
Draw ( ) : void | ||
GetDrawingContext ( IElement element ) : IDrawingContext | ||
PreDraw ( ) : void | ||
Renderer ( ISpriteBatch spriteBatch, IPrimitivesService primitivesService ) : System.Collections.Generic |
Method | Description | |
---|---|---|
ClearContextsWithOrphanedElements ( ) : void | ||
PreDraw ( IElement element, Vector absoluteOffset, Rect absoluteClippingRect ) : void |
public ClearInvalidDrawingContexts ( ) : void | ||
return | void |
public GetDrawingContext ( IElement element ) : IDrawingContext | ||
element | IElement | |
return | IDrawingContext |
public Renderer ( ISpriteBatch spriteBatch, IPrimitivesService primitivesService ) : System.Collections.Generic | ||
spriteBatch | ISpriteBatch | |
primitivesService | IPrimitivesService | |
return | System.Collections.Generic |