Example #1
0
 public InkSheetModel( Guid id, SheetDisposition disposition, Rectangle bounds, Ink ink )
     : base(id, disposition, bounds, 0)
 {
     this.m_SerializableInk = new SerializableInk( ink );
 }
Example #2
0
 public InkSheetModel(Guid id, SheetDisposition disposition, Rectangle bounds, Ink ink)
     : base(id, disposition, bounds, 0)
 {
     this.m_SerializableInk = new SerializableInk(ink);
 }