StiElementAtom Class

Namespace: Stimulsoft.Dashboard.Drawing.Atoms

Inheritance

Implements: IDisposable

Constructors

Constructor Description
StiElementAtom(IStiElement element, RectangleD location, StiDataTable dataTable)  
StiElementAtom(IStiElement element, RectangleD location, StiDataTable dataTable, StiAnimationEngine animation)  

StiElementAtom(element: IStiElement, location: RectangleD, dataTable: StiDataTable)

Parameters


StiElementAtom(element: IStiElement, location: RectangleD, dataTable: StiDataTable, animation: StiAnimationEngine)

Parameters

Properties

Property Type Description
DataTable StiDataTable  
Element IStiElement  
Location RectangleD  

Methods

Method Returns Description
Dispose void  
Get static StiElementAtom  
Paint void  
PaintElement static void  
Render void  

Method Details

Dispose

Dispose(): void


Get static

Get(location: RectangleD, element: IStiElement, dataTable: StiDataTable, animationEngine: StiAnimationEngine, isExporting: bool): StiElementAtom

Parameters

Returns StiElementAtom


Paint

Paint(g: Graphics): void

Parameters


PaintElement static

PaintElement(g: Graphics, rect: RectangleD, element: IStiElement, dataTable: StiDataTable, isExporting: bool): void

Parameters


Render

Render(): void