StiExportTool Class
Namespace: Stimulsoft.Dashboard.Export.Tools
Methods
| Method | Returns | Description |
|---|---|---|
getScaleFactor static |
number | |
getTool static |
StiExportTool | |
isAllowOpacity static |
boolean | |
| render | void |
Method Details
getScaleFactor static
getScaleFactor(destination: StiPanel, settings: StiDashboardExportSettings): number
Parameters
- destination (StiPanel)
- settings (StiDashboardExportSettings)
Returns number
getTool static
getTool(type: Type): StiExportTool
Parameters
- type (Type)
Returns StiExportTool
isAllowOpacity static
isAllowOpacity(settings: StiDashboardExportSettings): boolean
Parameters
- settings (StiDashboardExportSettings)
Returns boolean
render
render(element: IStiElement, destination: StiPanel, rect: Rectangle, settings: StiDashboardExportSettings): void
Parameters
- element (IStiElement)
- destination (StiPanel)
- rect (Rectangle)
- settings (StiDashboardExportSettings)
Fields
| Field | Type | Description |
|---|---|---|
| tool | any |