IImageHasRepresentation Method |
Version 88.2.90
Returns true if this image contains a representation for scaleFactor.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax bool HasRepresentation(
float scaleFactor
)
bool HasRepresentation(
float scaleFactor
)
Parameters
- scaleFactor
- Type: SystemSingle
[Missing <param name="scaleFactor"/> documentation for "M:CefSharp.IImage.HasRepresentation(System.Single)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:CefSharp.IImage.HasRepresentation(System.Single)"]
See Also