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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int AddJpeg(
	float scaleFactor,
	IntPtr jpegData,
	int jpegDataSize
)

Parameters

scaleFactor
Type: SystemSingle
jpegData
Type: SystemIntPtr
jpegDataSize
Type: SystemInt32

Return Value

Type: Int32
See Also