Click or drag to resize

IImageRemoveRepresentation Method

Version 96.0.142
Removes the representation for scaleFactor.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 96.0.142.0 (96.0.142.0)
Syntax
bool RemoveRepresentation(
	float scaleFactor
)

Parameters

scaleFactor
Type: SystemSingle

[Missing <param name="scaleFactor"/> documentation for "M:CefSharp.IImage.RemoveRepresentation(System.Single)"]

Return Value

Type: Boolean
true for success
See Also