Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
blockly > blockRendering > BottomRow > hasLeftSquareCorner
Méthode blockRendering.BottomRow.hasLeftSquareCorner()
Indique si la ligne du bas comporte un angle carré gauche ou non.
Signature :
hasLeftSquareCorner(block: BlockSvg): boolean;
Paramètres
Paramètre |
Type |
Description |
bloquer |
BlockSvg |
Bloc dont la ligne du bas correspond. |
Renvoie :
booléen
Indique si la ligne du bas comporte un angle carré gauche.
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 `blockRendering.BottomRow.hasLeftSquareCorner()` method determines if a block's bottom row has a left square corner."],["It takes the `BlockSvg` object as input and returns `true` if the corner is square, otherwise `false`."],["This method is specifically used within the Blockly block rendering process for visual representation."]]],["The `hasLeftSquareCorner()` method, part of the `BottomRow` class in `blockRendering`, determines if a block's bottom row has a left square corner. It takes a `BlockSvg` object as a parameter, representing the block. The method returns a boolean value, `true` if the bottom row has a left square corner, and `false` otherwise. This functionality allows to know if the bottom row has a left square corner.\n"]]