111,119
社区成员
发帖
与我相关
我的任务
分享

float fWidthRate = (float)this.Size.Width / this._lastSize.Width;
float fHeightRate = (float)this.Size.Height / this._lastSize.Height;
this.toolStripContainer.ContentPanel.Scale(new SizeF(fWidthRate, fHeightRate));
明显是图片,控制不了