using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace HNWD.LatticeScreen.Server { internal enum BitmapProgramAlignMode { LeftTop = 0x00, LeftCenter = 0x10, LeftBottom = 0x20, CenterTop = 0x40, CenterCenter = 0x50, CenterBottom = 0x60, BottomTop = 0x80 , BottomCenter = 0x90 , BottomBottom = 0xA0 , } }