Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 512 Bytes

File metadata and controls

27 lines (16 loc) · 512 Bytes

bitmapItem.vPixels

Availability

Flash CS6 Professional.

Usage

bitmapItem.vPixels

Description

Read-only property; an int that specifies the height of the bitmap, in pixels.

Example

The following code illustrates use of this property.

// get the number of pixels in the vertical dimension 
var bmitemObj = fl.getDocumentDOM().library.items[0];
var numHorizontalPixels = bmitemObj.vPixels;

See also

bitmapItem.hPixels