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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual bool GetDataResourceForScale(
	int resourceId,
	CefScaleFactor scaleFactor,
	out void* data,
	out UIntPtr dataSize
)

Parameters

resourceId
Type: SystemInt32
scaleFactor
Type: Internal.Xilium.CefGlueCefScaleFactor
data
Type: SystemVoid*
dataSize
Type: SystemUIntPtr

Return Value

Type: Boolean
See Also