調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >blockRendering >PathObject >flipRTL
blockRendering.PathObject.flipRTL() メソッド
RTL で SVG パスを反転させます。
署名:
flipRTL(): void;
戻り値:
void
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 2024-08-21 UTC。"],[[["The `flipRTL()` method flips the SVG paths used for rendering blocks in Blockly to support right-to-left (RTL) languages."],["This method modifies the PathObject instance directly to reflect the RTL layout and ensures visual consistency for RTL users."],["It is part of the blockRendering namespace and is specifically designed for PathObject instances within Blockly's rendering system."],["By invoking this method, developers can adjust the visual representation of blocks in RTL contexts without needing manual adjustments."]]],[]]