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