コード例 #1
0
        void EnableFormEvents()
        {
            _form = CoreUtil.GetParent <FormEx>(this);

            if (_form != null)
            {
                CoreUtil.AdjustImages(this, ref _dpiOld, _form.DpiNew);
            }
        }
コード例 #2
0
 protected override void ScaleControl(System.Drawing.SizeF factor, BoundsSpecified specified)
 {
     base.ScaleControl(factor, specified);
     CoreUtil.AdjustImages(this, ref _dpiOld, _form.DpiNew);
 }