Beispiel #1
0
 public RealTimeInkSheetStylusDownMessage(Message parent, SerializedPacket p) : base(parent, p)
 {
     this.TabletProperties = (!SerializedPacket.IsNullPacket(p.PeekNextPart())) ?
                             new TabletPropertyDescriptionCollectionInformation(p.PeekNextPart()) : null; p.GetNextPart();
 }
 public RealTimeInkSheetStylusDownMessage( Message parent, SerializedPacket p )
     : base(parent, p)
 {
     this.TabletProperties = (!SerializedPacket.IsNullPacket( p.PeekNextPart() )) ?
         new TabletPropertyDescriptionCollectionInformation( p.PeekNextPart() ) : null; p.GetNextPart();
 }
Beispiel #3
0
 public RealTimeInkSheetStylusDownMessage(RealTimeInkSheetModel sheet, int stylusId, int strokeId, int[] packets, TabletPropertyDescriptionCollection tabletProperties) : base(sheet, stylusId, strokeId, packets)
 {
     this.TabletProperties = new TabletPropertyDescriptionCollectionInformation(tabletProperties);
 }
 public RealTimeInkSheetStylusDownMessage(RealTimeInkSheetModel sheet, int stylusId, int strokeId, int[] packets, TabletPropertyDescriptionCollection tabletProperties)
     : base(sheet, stylusId, strokeId, packets)
 {
     this.TabletProperties = new TabletPropertyDescriptionCollectionInformation(tabletProperties);
 }