Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
blockly > utils > Koordinatör > ölçek
utils.coordinate.scale() yöntemi
Bu koordinatı, verilen ölçek faktörüne göre ölçeklendirir.
İmza:
scale(s: number): Coordinate;
Parametreler
Parametre |
Tür |
Açıklama |
s |
sayı |
Hem x hem de y boyutları için kullanılacak ölçeklendirme faktörü. |
Şunu döndürür:
Koordinat
Ölçeklendirmeden sonra bu koordinat.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-12 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-09-12 UTC."],[[["The `scale()` method adjusts a Coordinate object's x and y values by multiplying them with a provided scale factor."],["It takes one argument: a numerical scale factor ( `s` ) applied to both x and y coordinates."],["The method returns the modified Coordinate object, allowing for method chaining."]]],["The `scale` method, part of the `Coordinate` class within the `utils` namespace, scales a coordinate. It accepts a single numerical parameter, `s`, which represents the scale factor applied to both the x and y dimensions. The method modifies the coordinate and returns the scaled `Coordinate` object. The `s` parameter determines how much larger or smaller the coordinate will become.\n"]]