Skip to main content

ImagePropertyHeight

Type

operator

Summary

The height of an image.

Syntax

the height of <mImage>

Description

The height 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 height
variable tHeight as Integer
put the height of tImage into tHeight
Thank you for your feedback!

Was this page helpful?