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