示例#1
0
 /// <summary>
 /// Create collection of drawing object.
 /// </summary>
 /// <param name="owner">Container instance of collection.</param>
 internal DrawingObjectCollection(DrawingComponent owner)
 {
     this.Owner = owner;
     this.list  = owner.drawingObjects;
 }
示例#2
0
 internal DrawingComponentStyle(DrawingComponent owner)
     : base(owner)
 {
 }