CreateSVG - cWebDrawing
Draws an SVG
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sId | String | ID of the item |
| sPath | String | Path to the SVG file, relative to the AppHtml folder |
| firstPosition | tWebPoint | First position of the SVG. This will be the center position if secondPosition is not provided. |
| secondPosition | tWebPoint | (Optional) the second point of the SVG. It will scale the image between the two points. |
Syntax
Procedure CreateSVG String sId String sPath tWebPoint firstPosition tWebPoint secondPosition
Call Example
Send CreateSVG sId sPath firstPosition secondPosition
Description
Draws an SVG (scalable vector graphic).