IImageRemoveRepresentation Method |
Version 93.1.111
Removes the representation for scaleFactor.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax bool RemoveRepresentation(
float scaleFactor
)
bool RemoveRepresentation(
float scaleFactor
)
Parameters
- scaleFactor
- Type: SystemSingle
[Missing <param name="scaleFactor"/> documentation for "M:CefSharp.IImage.RemoveRepresentation(System.Single)"]
Return Value
Type:
Booleantrue for success
See Also