Container for a single image represented at different scale factors. All image representations should be the same size in density independent pixel (DIP) units. For example, if the image at scale factor 1.0 is 100x100 pixels then the image at scale factor 2.0 should be 200x200 pixels -- both images will display with a DIP size of 100x100 units. The methods of this class must be called on the browser process UI thread.
Namespace: CefSharpCefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxpublic interface class IImage
The IImage type exposes the following members.
Properties Name Description HeightReturns the image height in density independent pixel(DIP) units.
IsEmptyReturns true if this Image is empty.
WidthReturns the image width in density independent pixel(DIP) units.
Top Methods Name Description GetAsBitmapReturns the bitmap representation that most closely matches scaleFactor.
GetAsJPEGReturns the JPEG representation that most closely matches scaleFactor.
GetAsPNGReturns the PNG representation that most closely matches scaleFactor.
GetRepresentationInfoReturns information for the representation that most closely matches scaleFactor.
HasRepresentationReturns true if this image contains a representation for scaleFactor.
IsSameReturns true if this Image and that Image share the same underlying storage.
RemoveRepresentationRemoves the representation for scaleFactor.
Top See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4