diff --git a/Brushes/ImageBrush.cs b/Brushes/ImageBrush.cs index b2835e5..7319389 100644 --- a/Brushes/ImageBrush.cs +++ b/Brushes/ImageBrush.cs @@ -6,6 +6,9 @@ using System.Drawing; namespace CUE.NET.Brushes { + /// + /// Represents a brush drawing an image. + /// public class ImageBrush : AbstractBrush { #region Enums