Click or drag to resize

CefImageIsSame Method

Returns true if this Image and |that| Image share the same underlying storage. Will also return true if both images are empty.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool IsSame(
	CefImage that
)

Parameters

that  CefImage
 

Return Value

Boolean
See Also