แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > ศูนย์ ConstantProvider > makeInsideCorners
เมธอด zelos.ConstantProvider.makeInsideCorners
ลายเซ็น:
makeInsideCorners(): {
width: number;
height: number;
pathTop: string;
pathBottom: string;
rightWidth: number;
rightHeight: number;
pathTopRight: string;
pathBottomRight: string;
};
การคืนสินค้า:
{ width: number; height: number; pathTop: string; pathBottom: string; ลูกศรขวา: number; rightHeight: number; pathTopRight: string; pathBottomRight: string; }
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-12 UTC
[null,null,["อัปเดตล่าสุด 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."]]],[]]