aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules
ModeNameSize
d---------MachineStudio.Dispensers484logstatsplain
d---------Tango.MachineStudio.ActionLogs415logstatsplain
d---------
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)

using System;
using System.Windows.Media;

namespace Tango.Scripting.Editors.Rendering
{
	/// <summary>
	/// Background renderers draw in the background of a known layer.
	/// You can use background renderers to draw non-interactive elements on the TextView
	/// without introducing new UIElements.
	/// </summary>
	public interface IBackgroundRenderer
	{
		/// <summary>
		/// Gets the layer on which this background renderer should draw.
		/// </summary>
		KnownLayer Layer { get; }
		
		/// <summary>
		/// Causes the background renderer to draw.
		/// </summary>
		void Draw(TextView textView, DrawingContext drawingContext);
	}
}
ware'>statsplain d---------Tango.MachineStudio.Statistics562logstatsplain d---------Tango.MachineStudio.Storage591logstatsplain d---------Tango.MachineStudio.Stubs455logstatsplain d---------Tango.MachineStudio.Synchronization525logstatsplain d---------Tango.MachineStudio.Technician892logstatsplain d---------Tango.MachineStudio.UsersAndRoles494logstatsplain