Avalonia/Perspex.SceneGraph/Media/Brush.cs

16 строки
442 B
C#

// -----------------------------------------------------------------------
// <copyright file="Brush.cs" company="Steven Kirk">
// Copyright 2014 MIT Licence. See licence.md for more information.
// </copyright>
// -----------------------------------------------------------------------
namespace Perspex.Media
{
/// <summary>
/// Describes how an area is painted.
/// </summary>
public abstract class Brush
{
}
}