blockly > zelos > ConstantProvider >
makeInsideCorners
Método zelos.ConstantProvider.makeInsideCorners()
Signature:
makeInsideCorners(): {
width: number;
height: number;
pathTop: string;
pathBottom: string;
rightWidth: number;
rightHeight: number;
pathTopRight: string;
pathBottomRight: string;
};
Retorna:
{ width: number; altura: número; pathTop: string; pathBottom: string; rightWidth: number; rightHeight: number; pathTopRight: string; pathBottomRight: string; }
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2024-09-12 UTC.
[null,null,["Última atualização 2024-09-12 UTC."],[[["The `zelos.ConstantProvider.makeInsideCorners()` method generates the shapes for the inside corners of a block, returning path and dimension data."],["The returned object contains properties like `width`, `height`, and SVG paths (`pathTop`, `pathBottom`, etc.) for rendering the corners."],["This method is used by the Zelos renderer in Blockly to create visually consistent and appealing block shapes."]]],[]]