Click or drag to resize

ChartToolsConvertImageToFormat32bppArgb Method

LightningChart .NET Help
Converts image format to 32 bits ARGB.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public static Image ConvertImageToFormat32bppArgb(
	Image sourceImage
)

Parameters

sourceImage
Type: System.DrawingImage
Source image, which is not in 32bppArgb format.

Return Value

Type: Image
Image in 32bbArgb format.
See Also