Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RectangularBackground"/> class.
 /// </summary>
 /// <param name="from">From.</param>
 public RectangularBackground(RectangularBackground from)
 {
     CopyFrom(from);
 }
Ejemplo n.º 2
0
		/// <summary>
		/// Initializes a new instance of the <see cref="RectangularBackground"/> class.
		/// </summary>
		/// <param name="from">From.</param>
		public RectangularBackground(RectangularBackground from)
		{
			CopyFrom(from);
		}