[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003e\u003ccode\u003ecast.framework.messages.Image\u003c/code\u003e is a class representing an image, such as an app icon or thumbnail, associated with a receiver application or media item.\u003c/p\u003e\n"],["\u003cp\u003eIt's constructed using a URL and includes properties for height, width, and the image URL itself.\u003c/p\u003e\n"]]],["The `cast.framework.messages.Image` class defines an image with properties for describing receiver applications or media items, such as icons or thumbnails. It's constructed using the image's URL. Key properties include: `url` (the image's location), `height` (image height), and `width` (image width). The constructor takes the image URL as the main input, allowing the creation of Image objects.\n"],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).Image \nclass static\n\nAn image that describes a receiver application or media item. This\ncould be an application icon, cover art, or a thumbnail.\n\nConstructor\n\nImage\n\nnew\nImage(url)\n\n| Parameter ||\n|-----|-----------------------|\n| url | string The image URL. |\n\nProperties\n\nheight\n\n(number or undefined)\n\nThe image height.\n\nurl\n\nstring\n\nThe image URL.\n\nwidth\n\n(number or undefined)\n\nThe image width."]]