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