ImagePropertyHeight

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
the height of <mImage>
Associationscom.livecode.canvas
Summary

The height of an image.

Parameters
NameTypeDescription
mImage

An expression which evaluates to an image.

Example
// 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
Description

The height of the image in pixels.

Tagscanvas