Пример #1
0
 public Phrase(int attributesCount, operable.IImageContainer imageSrc)
 {
     //colorpen = new Pen(Color.Black, 2);
     //colorbrush = new SolidBrush(Color.Gray);
     this._attributes = new byte[attributesCount];
     ImageSource      = imageSrc;
 }
Пример #2
0
 public Dialog(operable.IImageContainer imageContainer)
 {
     CurrentImageContainer = this.imageContainer = imageContainer;
     xPoweredBy            = new EditorDescription();
 }