blockly > blockRendering > BottomRow > misura
Metodo blockRendering.BottomRow.measure()
Firma:
measure(): void;
Resi:
null
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-10-15 UTC.
[null,null,["Ultimo aggiornamento 2024-10-15 UTC."],[[["The `blockRendering.BottomRow.measure()` method calculates and updates the dimensions of the bottom row of a block in Blockly's rendering system."],["It does not return any value (void) and is crucial for proper layout and visual representation of blocks."],["This method is part of Blockly's block rendering system and operates specifically on the bottom row of a block."]]],["The `blockRendering.BottomRow.measure()` method is defined within the Blockly library. Its primary function is to perform a measurement operation. The method, which takes no arguments, has a `void` return type, indicating that it does not return any specific value. The method is essential for calculating dimensional attributes related to the bottom row of rendered blocks within the Blockly system.\n"]]