Home » Development Area » DigiGuide Print Script » Function: DrawImage

Function: DrawImage


DrawImage( int nLeft, int nTop, int nWidth, int nHeight, String strImageName )

Summary

Draws an image.


Remarks

Images can be channels e.g. "channel:nID" where nID is the channel ID.

A resource within DigiGuide e.g. "res:nID", where nID is the name of a resource within DigiGuide

A filename e.g. "MyLogo.png".


Parameters

ParameterDescription
int nLeft
int nTop
int nWidth
int nHeight
String strImageName

(Last updated: February 13, 2020 12:43:32)