| API Documentation | All Packages | All Classes | Index | Frames | ![]() |
| Interface IMultiScaleImageDescriptor | Properties | |
| Package | org.openzoom.flash.descriptors |
| Interface | public interface IMultiScaleImageDescriptor |
| Subinterfaces | IImagePyramidDescriptor |
| Property | Defined by | ||
|---|---|---|---|
| height : uint [read-only]
Returns the intrinsic height of the image in pixels.
| IMultiScaleImageDescriptor | ||
| sources : Array [read-only]
Returns an array of IImageSourceDescriptor objects.
| IMultiScaleImageDescriptor | ||
| width : uint [read-only]
Returns the intrinsic width of the image in pixels.
| IMultiScaleImageDescriptor | ||
| height | property |
height:uint [read-only]Returns the intrinsic height of the image in pixels.
Implementation public function get height():uint
| sources | property |
sources:Array [read-only]Returns an array of IImageSourceDescriptor objects. Returns empty array in case there are no descriptors.
Implementation public function get sources():Array
| width | property |
width:uint [read-only]Returns the intrinsic width of the image in pixels.
Implementation public function get width():uint