Namespace Gorgon.Editor.Rendering
Classes
DefaultContentRenderer<T>
A default implementation of a IContentRenderer.
DefaultToolRenderer<T>
A default implementation of a IToolRenderer.
MarchingAnts
Draws a marching ants effect for a rectangle.
MouseArgs
Arguments for the OnMouseMove(MouseArgs) method.
OffsetEventArgs
Event arguments for the OffsetChanged event.
SelectionRectangle
Used to render a selection rectangle on the UI.
TextureCache
A texture cache used to keep textures resident for use over a user defined lifetime.
ZoomScaleEventArgs
Event arguments for the ZoomScaleChanged event.
Interfaces
IContentRenderer
Defines a rendering interface for rendering content in content editor plug in views.
IGraphicsContext
A graphics context for passing the graphics interfaces to various views.
IMarchingAnts
Draws a marching ants effect for a rectangle.
IRendererControl
A control that uses Gorgon rendering.
ISelectionRectangle
Used to render a selection rectangle on the UI.
ITextureCache
A texture cache used to keep textures resident for use over a user defined lifetime.
IToolRenderer
Defines a rendering interface for rendering content in content editor plug in views.