StiExportTool Class

Namespace: Stimulsoft.Dashboard.Export.Tools

Methods

Method Returns Description
GetScaleFactor static double  
GetTool static StiExportTool  
IsAllowOpacity static bool  
Render void  

Method Details

GetScaleFactor static

GetScaleFactor(destination: StiPanel, settings: StiDashboardExportSettings): double

Parameters

  • destination (StiPanel)
  • settings (StiDashboardExportSettings)

Returns double


GetTool static

GetTool(type: Type): StiExportTool

Parameters

  • type (Type)

Returns StiExportTool


IsAllowOpacity static

IsAllowOpacity(settings: StiDashboardExportSettings): bool

Parameters

  • settings (StiDashboardExportSettings)

Returns bool


Render

Render(element: IStiElement, destination: StiPanel, rect: RectangleD, settings: StiDashboardExportSettings): void

Parameters

  • element (IStiElement)
  • destination (StiPanel)
  • rect (RectangleD)
  • settings (StiDashboardExportSettings)