4 references to MeasureString
System.Drawing.Common (3)
System\Drawing\Graphics.cs (3)
1851
/// <inheritdoc cref="
MeasureString
(string?, Font, int, StringFormat?)"/>
1879
/// the <see cref="
MeasureString
(string?, Font, int, StringFormat?)"/> methods that takes a StringFormat, and
1910
/// <inheritdoc cref="
MeasureString
(string?, Font, int, StringFormat?)"/>
System.Windows.Forms (1)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
485
textSize = Size.Ceiling(graphics.
MeasureString
(Text, Font, textRectangle.Width, format));