Click or drag to resize

IImageRemoveRepresentation Method

Version 87.1.132
Removes the representation for scaleFactor.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.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