Click or drag to resize

CefResourceBundleHandlerGetDataResourceForScale Method

Called to retrieve data for the specified |resource_id| nearest the scale factor |scale_factor|. To provide the resource data set |data| and |data_size| to the data pointer and size respectively and return true. To use the default resource data return false. The resource data will not be copied and must remain resident in memory. Include cef_pack_resources.h for a listing of valid resource ID values.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual bool GetDataResourceForScale(
	int resourceId,
	CefScaleFactor scaleFactor,
	out void* data,
	out UIntPtr dataSize
)

Parameters

resourceId  Int32
 
scaleFactor  CefScaleFactor
 
data  Void*
 
dataSize  UIntPtr
 

Return Value

Boolean
See Also