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