গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > গেরাস > ড্রয়ার > drawRightSideRow_
geras.Drawer.drawRightSideRow_() পদ্ধতি
স্বাক্ষর:
drawRightSideRow_(row: Row): void;
পরামিতি
প্যারামিটার | টাইপ | বর্ণনা |
---|
সারি | সারি | |
রিটার্ন:
অকার্যকর
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-06 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"]]