Contents

pixelsHigh

The height of the image, measured in pixels.

Declaration

var pixelsHigh: Int { get set }

Discussion

The value of this property is the height of the image, measured in the units of the device coordinate space. This value is usually derived from the image data itself.

Subclasses can use this property when loading image data to notify the parent class of the image height. Setting this property does not change the actual number of pixels in the image.

See Also

Related Documentation

Specifying Information About the Representation