Click or drag to resize

CefImageAddPng Method

Add a PNG image representation for |scale_factor|. |png_data| is the image data of size |png_data_size|. Any alpha transparency in the PNG data will be maintained.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool AddPng(
	float scaleFactor,
	IntPtr pngData,
	int pngDataSize
)

Parameters

scaleFactor  Single
 
pngData  IntPtr
 
pngDataSize  Int32
 

Return Value

Boolean
See Also