private string GetWillTrimmingWidth(AuxiliaryController ac)
 {
     // 1/1スケール画像上の切り抜き範囲: 横の長さ
     return(IC.TrimmingWidth(ac).ToString());
 }