গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > ব্লক রেন্ডারিং > রেন্ডার ইনফো > চূড়ান্ত করা_
blockRendering.RenderInfo.finalize_() পদ্ধতি
রেন্ডারিং তথ্য বস্তুর কোনো চূড়ান্ত পরিবর্তন করুন. বিশেষ করে, প্রতিটি সারির y অবস্থান সংরক্ষণ করুন এবং সম্পূর্ণ ব্লকের উচ্চতা রেকর্ড করুন।
স্বাক্ষর:
protected finalize_(): void;
রিটার্ন:
অকার্যকর
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-13 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `finalize_()` method is a protected method of the `RenderInfo` class in Blockly's block rendering namespace."],["It calculates and stores the final vertical positions of each row within a rendered block, along with the total height of the block."],["This method's primary purpose is to ensure the rendered block's dimensions and layout are accurate before display."]]],["The `finalize_()` method within the `blockRendering.RenderInfo` class makes final adjustments to the rendering information. It primarily performs two actions: storing the vertical (y) position of each row within a block and calculating and saving the total height of the entire block. This method is protected and does not return any value.\n"]]