Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
winformsアプリでは、最後のパラメーターに使用Graphics.DrawString(String, Font, Brush, RectangleF, StringFormat)します。StringTrimming.EllipsisWord文字列がメソッドによって省略されたかどうかをどのように知ることができますか?
Graphics.DrawString(String, Font, Brush, RectangleF, StringFormat)
StringTrimming.EllipsisWord
直接言うことはできません。Graphics.MeasureString()に適合するかどうかを確認するには、最初に測定する必要があります。