Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SimplePosterization"/> class.
 /// </summary>
 ///
 /// <param name="fillingType">Specifies <see cref="FillingType">filling type</see> of posterization areas.</param>
 ///
 public SimplePosterization(PosterizationFillingType fillingType) : this()
 {
     this.fillingType = fillingType;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SimplePosterization"/> class.
 /// </summary>
 /// 
 /// <param name="fillingType">Specifies <see cref="FillingType">filling type</see> of posterization areas.</param>
 /// 
 public SimplePosterization( PosterizationFillingType fillingType ) : this ( )
 {
     this.fillingType = fillingType;
 }