StiMapSvgContainer Class
Namespace: Stimulsoft.Report.Maps
Properties
| Property | Type | Description |
|---|---|---|
| Geoms | List<StiMapGeomsObject> | |
| Height | int | |
| Icon | string | |
| Name | string | |
| Paths | List<StiMapSvg> | |
| TextScale | double? | |
| Width | int |
Methods
| Method | Returns | Description |
|---|---|---|
| GetGeometry3DWpf | object | |
| GetGeometryWpf | object | |
| Prepare | void | |
| SetGeometry3DWpf | void | |
| SetGeometryWpf | void |
Method Details
GetGeometry3DWpf
GetGeometry3DWpf(key: string): object
Parameters
- key (string)
Returns object
GetGeometryWpf
GetGeometryWpf(key: string): object
Parameters
- key (string)
Returns object
Prepare
Prepare(): void
SetGeometry3DWpf
SetGeometry3DWpf(key: string, geom: object): void
Parameters
- key (string)
- geom (object)
SetGeometryWpf
SetGeometryWpf(key: string, geom: object): void
Parameters
- key (string)
- geom (object)