Esempio n. 1
0
 protected override byte[] GetExtensionData()
 {
     return(Label.GetBytes().Concatenate(BlockSize.GetBytes(),
                                         Packed.Print(),
                                         DelayTime.GetBytes(),
                                         ColorIndex.GetBytes()));
 }
Esempio n. 2
0
 protected override byte[] GetExtensionData()
 {
     return(Label.GetBytes().Concatenate(BlockSize.GetBytes(),
                                         TextGridLeft.GetBytes(),
                                         TextGridTop.GetBytes(),
                                         TextGridWidth.GetBytes(),
                                         TextGridHeight.GetBytes(),
                                         CellWidth.GetBytes(),
                                         CellHeight.GetBytes(),
                                         TextFgColorIndex.GetBytes(),
                                         TextBgColorIndex.GetBytes(),
                                         PlainTextData.StringToBuff()));
 }