Skip to content

CreateImage - cWebDrawing

Draws an image

Type: Procedure

Parameters

Parameter Type Description
sId String ID of the item
sPath String Path to the image file, relative to the AppHtml folder
firstPosition tWebPoint First position of the image. This will be the center position if secondPosition is not provided.
secondPosition tWebPoint (Optional) the second point of the image. It will scale the image between the two points.

Syntax

Procedure CreateImage String sId String sPath tWebPoint firstPosition tWebPoint secondPosition

Call Example

Send CreateImage sId sPath firstPosition secondPosition

Description

Draws an image.