1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-12 16:58:29 +00:00

Added missing comment

This commit is contained in:
Darth Affe 2016-06-03 21:29:53 +02:00
parent d7d34988be
commit 5d1c8a1433

View File

@ -6,6 +6,9 @@ using System.Drawing;
namespace CUE.NET.Brushes
{
/// <summary>
/// Represents a brush drawing an image.
/// </summary>
public class ImageBrush : AbstractBrush
{
#region Enums