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