Rectangle top [AS 2]
Klasa: Rectangle
Kompatybilność: ActionScript 1.0, Flash 8+
Zwraca współrzędną y lewego-górnego rogu prostokąta.
Zmienianie tej właściwości nie ma żadnego efektuna właściwości x
oraz width
. Jednak ma efekt na właściwość height
; gdzie zmiana wartości y
nie ma efektu na height
.
Wartoś właściwości top
jest równa do właściwości y
.
Listing
import flash.geom.Rectangle;
var rect:Rectangle = new Rectangle(0, 0, 100, 100);
trace(rect.top); // 0
trace(rect.y); // 0
trace(rect.height); // 100
rect.top = 10;
trace(rect.top); // 10
trace(rect.y); // 10
trace(rect.height); // 90
var rect:Rectangle = new Rectangle(0, 0, 100, 100);
trace(rect.top); // 0
trace(rect.y); // 0
trace(rect.height); // 100
rect.top = 10;
trace(rect.top); // 10
trace(rect.y); // 10
trace(rect.height); // 90
Dodano przez: divix
Ranga: Administrator serwisu Punktów: 0
Ranga: Administrator serwisu Punktów: 0
Komentarze użytkowników
:: Losowe artykuły
:: Wymiana linków
Modowe inspiracje |
Android Gry i Aplikacje |
ZaplanujTransport.pl: Przeprowadzki, transport, aukcje |
Logo dla firmy |
Change Tires - Car Weather Forecast Reminder |
Laminas: MVC Framework for PHP |
IT Books Reviews and Programming: JS, JAVA, PHP, ANDROID, CSS |
Katalog roślin |
Programming articles: JAVA, PHP, C++, Python, JavaScript |
Kancelaria Adwokacka Łukasz Huszno