StiMapContextPainter Class

Namespace: Stimulsoft.Report.Painters

Constructors

Constructor Description
StiMapContextPainter(StiMap map, RectangleF rect, float zoom)  

StiMapContextPainter(map: StiMap, rect: RectangleF, zoom: float)

Parameters

  • map (StiMap)
  • rect (RectangleF)
  • zoom (float)

Properties

Property Type Description
Map StiMap  
Rect RectangleF  
Zoom float  

Methods

Method Returns Description
ChangeFontSize static Font  
MeasureString SizeF  
Render void  

Method Details

ChangeFontSize static

ChangeFontSize(font: Font, zoom: float): Font

Parameters

  • font (Font)
  • zoom (float)

Returns Font


MeasureString

MeasureString(text: string, font: Font): SizeF

Parameters

  • text (string)
  • font (Font)

Returns SizeF


Render

Render(): void