Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > blockRendering > BottomRow > hasLeftSquareCorner
Método blockRendering.BottomRow.hasLeftSquareCorner()
Muestra si la fila inferior tiene o no una esquina cuadrada izquierda.
Signature:
hasLeftSquareCorner(block: BlockSvg): boolean;
Parámetros
Parámetro |
Tipo |
Descripción |
bloquear |
BlockSvg |
El bloque cuya fila inferior representa esto. |
Muestra:
boolean
Indica si la fila inferior tiene o no una esquina cuadrada izquierda.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-10-15 (UTC)
[null,null,["Última actualización: 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"]]