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