Skip to main content

ImagePropertyWidth

Type

operator

Summary

The width of an image.

Syntax

the width of <mImage>

Description

The width of the image in pixels.

Parameters

NameTypeDescription

mImage

An expression which evaluates to an image.

Examples

// Load an image from a file
variable tImage as Image
put image from file "images/logo.png" into tImage

// Get the image width
variable tWidth as Integer
put the width of tImage into tWidth
Thank you for your feedback!

Was this page helpful?