restructure
This commit is contained in:
15
PCPalConfigurator/Rendering/PreviewElement.cs
Normal file
15
PCPalConfigurator/Rendering/PreviewElement.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace PCPalConfigurator.Rendering
|
||||
{
|
||||
/// <summary>
|
||||
/// Base class for all OLED preview elements
|
||||
/// </summary>
|
||||
public abstract class PreviewElement
|
||||
{
|
||||
/// <summary>
|
||||
/// Draws the element on the provided graphics context
|
||||
/// </summary>
|
||||
public abstract void Draw(Graphics g);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user