blockly > FieldImage > imageElement
ویژگی FieldImage.imageElement
عنصر تصویر فیلد رندر شده.
امضا:
protected imageElement: SVGImageElement | null;
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-09 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-09 بهوقت ساعت هماهنگ جهانی."],[[["`FieldImage.imageElement` provides access to the rendered image element of a `FieldImage` object."],["This property is of type `SVGImageElement` or `null` and is protected, meaning it is primarily for internal use within Blockly."],["It can be used to manipulate the image element directly, such as changing its attributes or applying transformations."]]],["The `imageElement` property, found within the `FieldImage` class, represents the rendered image element of a field. It is of type `SVGImageElement` or `null`. This protected property directly holds the visual SVG image component that is displayed within the field. It holds either the actual visual representation of the image or is null when there's no image.\n"]]