StiOnlineMapRepaintHelper Class

Namespace: Stimulsoft.Base.Helpers

Properties

Property Type Description
Browser WebBrowser  
Comp IStiAppComponent  
ElementKey string  
G Graphics  
IsReady bool  
Key int  
Location RectangleD  
OrigialSize Size  
Script string  
Script String  
Size Size  
Tick long  

Methods

Method Returns Description
Add static WebBrowser  
Clean static void  
CopyStream static byte[]  
Dispose static void  
ExportImage static void  
FetchAllComponents static List<IStiAppComponent>  
Get static WebBrowser  
GetDataAsStringAsync static Task  
GetPushpins static List  
GetTile static string  
GetTileBytes static byte[]  
Init static void  

Method Details

Add static

Add(comp: IStiAppComponent, key: int, script: String, size: Size, elementKey: string): WebBrowser

Parameters

  • comp (IStiAppComponent)
  • key (int)
  • script (String)
  • size (Size)
  • elementKey (string)

Returns WebBrowser


Clean static

Clean(reportKey: string): void

Parameters

  • reportKey (string)

CopyStream static

CopyStream(inputStream: Stream): byte[]

Parameters

  • inputStream (Stream)

Returns byte[]


Dispose static

Dispose(): void


ExportImage static

ExportImage(g: Graphics, script: String, size: Size, origialSize: Size, location: RectangleD): void

Parameters


FetchAllComponents static

FetchAllComponents(): List<IStiAppComponent>

Returns List<IStiAppComponent>


Get static

Get(comp: IStiAppComponent, key: int, ignoreKey: bool): WebBrowser

Parameters

Returns WebBrowser


GetDataAsStringAsync static

GetDataAsStringAsync(url: string, data: string): Task

Parameters

  • url (string)
  • data (string)

Returns Task


GetPushpins static

GetPushpins(mapData: Hashtable): List

Parameters

  • mapData (Hashtable)

Returns List


GetTile static

GetTile(url: String): string

Parameters

  • url (String)

Returns string


GetTileBytes static

GetTileBytes(url: String): byte[]

Parameters

  • url (String)

Returns byte[]


Init static

Init(): void

Events

Event Type Description
Tick EventHandler  

Fields

Field Type Description
BrowserLifetime int  
TimerInterval int