Skip to main content
All docs
V25.1
  • GraphicsCache.CalcVTextSize Method

    Name Parameters Description
    CalcVTextSize(String, Font, SizeF) text, font, layoutArea Calculates the size of the specified string when it is drawn vertically with the specified font and format.
    CalcVTextSize(String, Font, StringFormat, SizeF) text, font, format, layoutArea Calculates the size of the specified string when it is drawn vertically with the specified font and format.
    CalcVTextSize(String, Font, StringFormat, Int32, Int32, out Boolean) text, font, strFormat, maxWidth, maxHeight, isCropped Calculates the size of the specified string when it is drawn vertically with the specified font and format.
    CalcVTextSize(String, Font, StringFormat, Int32, Int32) text, font, strFormat, maxWidth, maxHeight Calculates the size of the specified string when it is drawn vertically with the specified font and format.
    CalcVTextSize(String, Font, StringFormat, Int32) text, font, strFormat, maxWidth Calculates the size of the specified string when it is drawn vertically with the specified font and format.
    CalcVTextSize(String, Font, Int32) text, font, maxWidth Calculates the size of the specified string when it is drawn vertically with the specified font and format.
    CalcVTextSize(String, Font) text, font Calculates the size of the specified string when it is drawn vertically with the specified font and format.