গবেষণা সমীক্ষা: ব্লকলি
স্টার্ট সার্ভে নিয়ে আপনার অভিজ্ঞতা সম্পর্কে আমাদের বলুন
ব্লকলি > গেরাস > হাইলাইটার > drawTopCorner
geras.Highlighter.drawTopCorner() পদ্ধতি
একটি ব্লকের উপরের কোণে একটি হাইলাইট যোগ করুন।
স্বাক্ষর:
drawTopCorner(row: TopRow): void;
পরামিতি
প্যারামিটার | টাইপ | বর্ণনা |
---|
সারি | টপরো | ব্লকের উপরের সারি। |
রিটার্ন:
অকার্যকর
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-04 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `geras.Highlighter.drawTopCorner()` method adds a visual highlight to the top corner of a block within the Blockly library's Geras rendering system."],["It takes a `TopRow` object as input, representing the block's top row, and does not return any value."],["This method is specifically designed for highlighting within the Geras renderer and contributes to its distinctive visual style."]]],["The `drawTopCorner` method, part of the `geras.Highlighter` class, adds a highlight to the top corner of a block. It accepts a single parameter, `row`, which is of type `TopRow`, representing the block's top row. This method does not return any value (void). Its primary action is visually enhancing the block's top corner by adding a highlight.\n"]]