Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > IBubble > getRelativeToSurfaceXY
Metoda IBubble.getRelativeToSurfaceXY()
Zwraca współrzędne lewego górnego rogu ciała bąbelka względem początku jego powierzchni (0,0) w jednostkach obszaru roboczego.
Podpis:
getRelativeToSurfaceXY(): Coordinate;
Zwroty:
Współrzędne
Obiekt z właściwościami .x i .y.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-14 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-10-14 UTC."],[[["The `getRelativeToSurfaceXY()` method returns the top-left corner coordinates of a bubble."],["These coordinates are relative to the drawing surface's origin (0,0) and are in workspace units."],["The return value is a `Coordinate` object containing `x` and `y` properties representing the position."]]],["The `getRelativeToSurfaceXY()` method, part of the `IBubble` interface, returns the top-left corner coordinates of a bubble's body. These coordinates are relative to the drawing surface's origin (0,0) and are expressed in workspace units. The method outputs a `Coordinate` object, which contains `.x` and `.y` properties representing the horizontal and vertical positions.\n"]]