แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > ประวัติ > ลิ้นชัก > drawRightSideRow_
เมธอด geras.Drawer.drawRightSideRow_()
ลายเซ็น:
drawRightSideRow_(row: Row): void;
พารามิเตอร์
พารามิเตอร์ |
ประเภท |
คำอธิบาย |
แถว |
แถว |
|
การคืนสินค้า:
เป็นโมฆะ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-24 UTC
[null,null,["อัปเดตล่าสุด 2024-08-24 UTC"],[[["The `drawRightSideRow_` method is part of the `geras.Drawer` class within the Blockly library and is used for rendering."],["It accepts a single parameter, `row`, which is an instance of the `Row` class, and uses it to draw the right side of a row in the block rendering process."],["This method does not return any value, indicated by the `void` return type, as its purpose is to perform the drawing operation."]]],["The `drawRightSideRow_` method, part of the `geras.Drawer` class, takes a single parameter: a `Row` object. This method's function is to operate on the provided `Row` but it does not return any value. The method signature confirms it's a void function, indicating it performs actions without returning data. It is a part of a class named drawer in a namespace geras and blockly.\n"]]