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