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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int AddJpeg(
float scaleFactor,
IntPtr jpegData,
int jpegDataSize
)
Parameters
- scaleFactor Single
-
- jpegData IntPtr
-
- jpegDataSize Int32
-
Return Value
Int32
See Also