StiStringMeasureCache Class

Namespace: Stimulsoft.Report.Dashboard

Methods

Method Returns Description
GetSize static SizeF?  
PutSize static void  

Method Details

GetSize static

GetSize(font: Font, str: string): SizeF?

Parameters

  • font (Font)
  • str (string)

Returns SizeF?


PutSize static

PutSize(font: Font, str: string, size: SizeF): void

Parameters

  • font (Font)
  • str (string)
  • size (SizeF)