Click or drag to resize

IImageRemoveRepresentation Method

Version 86.0.240
Removes the representation for scaleFactor.

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