IImageRemoveRepresentation Method |
Version 109.1.110
Removes the representation for scaleFactor.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.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