Пример #1
0
        public MainWin()
        {
            InitializeComponent();

            this.MinimumSize = this.Size;

            this.OrigSize       = new I2Size(this.Width, this.Height);
            this.OrigChartsRect = I4Rect.LTRB(
                this.MaChart.Left,
                this.MaChart.Top,
                this.DmaChart.Right,
                this.DmaChart.Bottom
                );

            this.South.Text = "";
        }
Пример #2
0
 public void SetGraphicSize(I2Size size)
 {
     this.GraphicHandleFlag = true;
     this.GraphicSize       = size;
 }
Пример #3
0
 public static DDPicture Wrapper(Func <int> getHandle, I2Size size)
 {
     return(Wrapper(getHandle, size.W, size.H));
 }
Пример #4
0
 public void SetGraphicSize(I2Size size)
 {
     this.GrphHdlFlag = true;
     this.GrphSize    = size;
 }