IImageHasRepresentation Method |
Version 79.1.350
Returns true if this image contains a representation for scaleFactor.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 76.1.90.0 (76.1.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