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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool AddPng(
	float scaleFactor,
	IntPtr pngData,
	int pngDataSize
)

Parameters

scaleFactor
Type: SystemSingle
pngData
Type: SystemIntPtr
pngDataSize
Type: SystemInt32

Return Value

Type: Boolean
See Also