Adobe Extending Flash Professional CS5 Bedienungsanleitung Seite 56

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 565
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 55
34
EXTENDING FLASH PROFESSIONAL
BitmapInstance object
Last updated 5/2/2011
Example
The following code gets the height of the bitmap in pixels:
// Get the number of pixels in the vertical dimension.
var bmObj = fl.getDocumentDOM().selection[0];
var isBitmap = bmObj.instanceType;
if(isBitmap == "bitmap"){
var numVerticalPixels = bmObj.vPixels;
}
See also
bitmapInstance.hPixels
Seitenansicht 55
1 2 ... 51 52 53 54 55 56 57 58 59 60 61 ... 564 565

Kommentare zu diesen Handbüchern

Keine Kommentare