Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
blockly > blockRendering > IPathObject > flipRTL
Méthode blockRendering.IPathObject.flipRTL()
Inversez les chemins d'accès SVG en lecture de droite à gauche.
Signature :
flipRTL(): void;
Renvoie :
vide
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/10/15 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/10/15 (UTC)."],[[["The `flipRTL()` method is part of the `blockRendering.IPathObject` interface in Blockly and is used to manipulate SVG paths for right-to-left (RTL) languages."],["This method, taking no input parameters, reverses the orientation of SVG paths to ensure proper rendering in RTL contexts, ultimately returning no value (`void`)."]]],["The `flipRTL()` method, part of the `IPathObject` interface within the `blockRendering` namespace, is designed to adjust SVG paths for right-to-left (RTL) languages. This method's key action is to flip the SVG paths. It has no input parameters and returns nothing.\n"]]