Click or drag to resize

CefImageAddJpeg Method

Create a JPEG image representation for |scale_factor|. |jpeg_data| is the image data of size |jpeg_data_size|. The JPEG format does not support transparency so the alpha byte will be set to 0xFF for all pixels.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int AddJpeg(
	float scaleFactor,
	IntPtr jpegData,
	int jpegDataSize
)

Parameters

scaleFactor  Single
 
jpegData  IntPtr
 
jpegDataSize  Int32
 

Return Value

Int32
See Also