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 = ""; }
public void SetGraphicSize(I2Size size) { this.GraphicHandleFlag = true; this.GraphicSize = size; }
public static DDPicture Wrapper(Func <int> getHandle, I2Size size) { return(Wrapper(getHandle, size.W, size.H)); }
public void SetGraphicSize(I2Size size) { this.GrphHdlFlag = true; this.GrphSize = size; }