Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
blockly > blockRendering > ConstantProvider > makeInsideCorners
Méthode blockRendering.ConstantProvider.makeInsideCorners()
Signature :
protected makeInsideCorners(): InsideCorners;
Renvoie :
InsideCorners
Objet contenant des informations sur la taille et le chemin d'accès à l'intérieur des angles.
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/11/09 (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/11/09 (UTC)."],[[["The `blockRendering.ConstantProvider.makeInsideCorners()` method is a protected method used for generating inside corners of blocks."],["It calculates and returns sizing and path details for these corners within an `InsideCorners` object, which is crucial for block rendering."],["This method is essential for determining the visual appearance of inside corners, contributing to the overall shape and layout of blocks."]]],["The `makeInsideCorners()` method, part of the `ConstantProvider` class within the `blockRendering` namespace, generates data for inside corners in block rendering. This method, which is protected, returns an `InsideCorners` object. This object encapsulates the necessary sizing and path details needed to render inside corners, thus controlling their appearance and placement. The method's core function is to create this `InsideCorners` object.\n"]]